Twind
interface Twind <Theme extends BaseTheme = BaseTheme, Target = unknown> {
(tokens: StringLike): string;
readonly config: TwindConfig<Theme>;
readonly target: Target;
readonly theme: ThemeFunction<ExtractUserTheme<Theme>>;
clear(): void;
destroy(): void;
snapshot(): RestoreSnapshot;
}§Call Signatures
§
(tokens: StringLike): string
[src]§Properties
§
readonly config: TwindConfig<Theme>
[src]§
readonly theme: ThemeFunction<ExtractUserTheme<Theme>>
[src]