Package-level declarations

Types

Link copied to clipboard
external interface ButtonProps : PropsWithChildren

Props used to customize the Button.

Link copied to clipboard
external interface ToggleButtonGroupProps : PropsWithChildren

Props used to customize the ToggleButtonGroup.

Link copied to clipboard
external interface ToggleButtonProps : PropsWithChildren

Props used to customize the ToggleButton.

Properties

Link copied to clipboard
external val Button: ComponentClass<ButtonProps>

React Bootstrap Button adapter.

Link copied to clipboard
external val ToggleButton: ComponentClass<ToggleButtonProps>

React Bootstrap ToggleButton adapter.

Link copied to clipboard
external val ToggleButtonGroup: ComponentClass<ToggleButtonGroupProps>

React Bootstrap ToggleButtonGroup adapter.