UNPKG

@chief-editor/ui

Version:

UI Component for chief editor

7 lines (6 loc) 336 B
/// <reference types="react" /> import { UnionOmit } from '@co-hooks/util'; import { IButtonProps } from '../button'; import { IDropdownOptions } from './useDropdown'; export declare type IDropdownButtonProps = UnionOmit<IDropdownOptions, IButtonProps>; export declare function DropdownButton(props: IDropdownButtonProps): JSX.Element;