Last updated 1 year ago
Was this helpful?
Interface of the modal prop exposed by the library specifically to modal components.
modal
export type ModalComponentProp< P extends ModalfyParams, Props = unknown, M = keyof P > = Props &
Please refer to ModalComponentProp directly as it's the interface used under the hood by ModalProps.
ModalComponentProp
ModalProps