UNPKG

@wordpress/components

Version:
5 lines 493 B
import type { CustomSelectContext as CustomSelectContextType, CustomSelectStore, CustomSelectButtonSize, CustomSelectInternalProps, _CustomSelectProps } from './types'; export declare const CustomSelectContext: import("react").Context<CustomSelectContextType>; declare function CustomSelect(props: CustomSelectInternalProps & _CustomSelectProps & CustomSelectStore & CustomSelectButtonSize): import("react").JSX.Element; export default CustomSelect; //# sourceMappingURL=custom-select.d.ts.map