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

5 lines
224 B
TypeScript

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