UNPKG

@wordpress/components

Version:
5 lines 497 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