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

7 lines
296 B
TypeScript

import * as React from 'react';
import type { SelectInputProps } from '.';
export type ContentContextProps = SelectInputProps;
declare const SelectInputContext: React.Context<SelectInputProps>;
export declare function useSelectInputContext(): SelectInputProps;
export default SelectInputContext;