mazeof-react
Version:
some goods for your react
11 lines (10 loc) • 351 B
TypeScript
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 };