2025-12-10 12:02:17 +08:00

5 lines
189 B
TypeScript

export { default as thingDark } from './dark';
export { default as thingLight } from './light';
export type { ThingTheme, ThingThemeVars } from './light';
export { thingRtl } from './rtl';