ModalComponentWithOptions

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

export type ModalComponentWithOptions<
  Props = unknown
> = React.ComponentType<Props> & {
  modalOptions?: ModalOptions
}
Unexpected error with integration github-files: Integration is not authenticated with GitHub

Last updated

Was this helpful?