Files
video-gen/video-gen-admin/node_modules/@rc-component/input/es/index.d.ts
T
2026-05-25 17:08:18 +08:00

6 lines
167 B
TypeScript

import BaseInput from './BaseInput';
import Input from './Input';
export { BaseInput };
export type { InputProps, InputRef } from './interface';
export default Input;