Function: Style()

function Style(selector: string): <This, Value>(target: (this: This) => Value, context: ClassGetterDecoratorContext<This, Value>) => void;

Defined in: src/styles/decorators/style.ts:1

Parameters

Parameter Type
selector string

Returns

<This, Value>(target: (this: This) => Value, context: ClassGetterDecoratorContext<This, Value>): void;

Type Parameters

Type Parameter
This extends object
Value

Parameters

Parameter Type
target (this: This) => Value
context ClassGetterDecoratorContext<This, Value>

Returns

void