UNPKG

mazeof-react

Version:
11 lines (10 loc) 351 B
declare const variantOrPrimary: (modalActions: { [x: string]: any; }, actionKey: string) => any; declare const labelOrActionKey: (modalActions: { [x: string]: any; }, actionKey: string) => any; declare const doesDefineClose: (modalActions: { [x: string]: any; }) => boolean; export { variantOrPrimary, labelOrActionKey, doesDefineClose };