UNPKG

fenextjs-hook

Version:
10 lines (9 loc) 272 B
export interface useActionDropDownProps { name?: string; onChange?: (e?: boolean) => void; } export declare const useActionDropDown: ({ name, onChange, }: useActionDropDownProps) => { onClose: () => void; onActive: () => void; onToogle: () => void; };