@ui8kit/theme
Version:
A collection of theme for buildy/ui
6 lines • 309 B
text/typescript
export { skyOSTheme } from './themes/skyOS';
export { modernUITheme } from './themes/modernUI';
export { lesseUITheme } from './themes/lesseUI';
export type { SkyOSTheme } from './themes/skyOS';
export type { ModernUITheme } from './themes/modernUI';
export type { LesseUITheme } from './themes/lesseUI';