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