UNPKG

@nodeject/ui-components

Version:

UI library for non-trivial components

7 lines (6 loc) 197 B
export declare const useModalForm: (initialIsVisibleValue?: boolean) => { hideForm: () => void; isVisible: boolean; showForm: () => void; toggleFormVisibility: () => void; };