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

7 lines
264 B
TypeScript

import * as React from 'react';
export interface SharedContentProps {
inputProps: React.InputHTMLAttributes<HTMLInputElement>;
}
declare const SelectContent: React.ForwardRefExoticComponent<React.RefAttributes<HTMLInputElement>>;
export default SelectContent;