UNPKG

verstak

Version:
8 lines (7 loc) 232 B
export declare function restyler<T>(restyle: () => T): TriggeringStyles<T>; export declare class TriggeringStyles<T> { private readonly restyle; constructor(restyle: () => T); protected cache(): T; get class(): T; }