4 lines
260 B
TypeScript
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';
|