5 lines
189 B
TypeScript
5 lines
189 B
TypeScript
export { default as thingDark } from './dark';
|
|
export { default as thingLight } from './light';
|
|
export { thingRtl } from './rtl';
|
|
export type { ThingThemeVars, ThingTheme } from './light';
|