UNPKG

311 BTypeScriptView Raw
1import * as React from 'react';
2import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
3export interface ToastBodyProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
4}
5declare const ToastBody: BsPrefixRefForwardingComponent<'div', ToastBodyProps>;
6export default ToastBody;