UNPKG

@vitus-labs/rocketstories

Version:

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

13 lines 323 B
declare global { interface Window { __VITUS_LABS_STORIES__: { decorators: { theme: Record<string, unknown>; }; }; } } type GetTheme = () => Record<string, unknown>; declare const getTheme: GetTheme; export default getTheme; //# sourceMappingURL=theme.d.ts.map