const MediaQuery: (...params: [string]) => <This>(target: undefined, context: ClassFieldDecoratorContext<This, boolean>) => (this: This, initialValue: boolean) => boolean;
Defined in: src/styles/decorators/factories.ts:220
Parameters
| Parameter |
Type |
…params |
[string] |
Returns
<This>(target: undefined, context: ClassFieldDecoratorContext<This, boolean>): (this: This, initialValue: boolean) => boolean;
Type Parameters
| Type Parameter |
This extends object |
Parameters
| Parameter |
Type |
target |
undefined |
context |
ClassFieldDecoratorContext<This, boolean> |
Returns
(this: This, initialValue: boolean): boolean;
Parameters
| Parameter |
Type |
this |
This |
initialValue |
boolean |
Returns
boolean