UNPKG

@themesberg/react-bootstrap

Version:

Unofficial release of the react-bootstrap library with Bootstrap 5 components built with React

8 lines (7 loc) 350 B
import React from 'react'; export declare type CloseButtonVariant = 'white'; export interface CloseButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> { variant?: CloseButtonVariant; } declare const CloseButton: React.ForwardRefExoticComponent<CloseButtonProps & React.RefAttributes<HTMLButtonElement>>; export default CloseButton;