ModalComponentWithOptions
export type ModalComponentWithOptions<
Props = unknown
> = React.ComponentType<Props> & {
modalOptions?: ModalOptions
}Last updated
export type ModalComponentWithOptions<
Props = unknown
> = React.ComponentType<Props> & {
modalOptions?: ModalOptions
}Last updated