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

6 lines
171 B
TypeScript

import * as React from 'react';
export interface PlaceholderProps {
show?: boolean;
}
export default function Placeholder(props: PlaceholderProps): React.JSX.Element;