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

5 lines
204 B
TypeScript

import React from 'react';
import type { InputProps, InputRef } from './interface';
declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<InputRef>>;
export default Input;