@wordpress/components
Version:
UI components for WordPress.
5 lines • 497 B
TypeScript
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