UNPKG

@vitus-labs/rocketstyle

Version:

Rocketstyle is ultra powerful and extensible styling system for building React components blazingly fast, easily and make them easily extensible and reusable.

14 lines 555 B
type CreateStaticsChainingEnhancers = <O extends Record<string, any>, DK extends string[]>(props: { context: Record<string, any>; dimensionKeys: DK; func: (defaultOpts: O, opts: any) => void; options: O; }) => void; export declare const createStaticsChainingEnhancers: CreateStaticsChainingEnhancers; type CreateStaticsEnhancers = (params: { context: Record<string, any>; options: Record<string, any>; }) => void; export declare const createStaticsEnhancers: CreateStaticsEnhancers; export {}; //# sourceMappingURL=statics.d.ts.map