2024-01-29 09:26:07 +08:00

5 lines
224 B
TypeScript

export { default as dynamicInputDark } from './dark';
export { default as dynamicInputLight } from './light';
export { dynamicInputRtl } from './rtl';
export type { DynamicInputTheme, DynamicInputThemeVars } from './light';