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