Package-level declarations

Types

Link copied to clipboard
external interface ModalHeaderProps : PropsWithChildren

Props used to customize the ModalHeader.

Link copied to clipboard
external interface ModalProps : PropsWithChildren

Props used to customize the Modal.

Link copied to clipboard
external interface ModalTitleProps : PropsWithChildren

Props used to customize the ModalHeader.

Properties

Link copied to clipboard
external val Modal: FC<ModalProps>

React Bootstrap Modal adapter.

Link copied to clipboard
external val ModalBody: FC<PropsWithChildren>

React Bootstrap ModalBody adapter.

Link copied to clipboard
external val ModalFooter: FC<PropsWithChildren>

React Bootstrap ModalFooter adapter.

Link copied to clipboard
external val ModalHeader: FC<ModalHeaderProps>

React Bootstrap ModalHeader adapter.

Link copied to clipboard
external val ModalTitle: FC<ModalTitleProps>

React Bootstrap ModalTitle adapter.