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

4 lines
260 B
TypeScript

export { dynamicInputProps, default as NDynamicInput } from './src/DynamicInput';
export type { DynamicInputProps, DynamicInputSlots } from './src/DynamicInput';
export type { DynamicInputActionSlotProps, DynamicInputDefaultSlotProps } from './src/interface';