5 lines
189 B
TypeScript
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';
|