bookmarkModalComponentWithOptions

circle-info

Interface for a React component containing its props and the modalOption static property.

triangle-exclamation
export type ModalComponentWithOptions<
  Props = unknown
> = React.ComponentType<Props> & {
  modalOptions?: ModalOptions
}

Last updated