UNPKG

@xcons/theme-default

Version:

Default theme system for XCon Studio widgets with SCSS variables, mixins, animations and theme variants

18 lines (17 loc) 519 B
export * from './constants'; export { XConTheme } from './theme/theme-manager'; export type { ThemeVariant } from './theme/theme-manager'; import { XConTheme } from './theme/theme-manager'; declare const _default: { version: string; buildTime: string; packageInfo: { readonly name: string; readonly version: string; readonly buildTime: string; readonly description: string; readonly author: string; }; XConTheme: typeof XConTheme; }; export default _default;