GoScrobble/web/node_modules/react-bootstrap/esm/TabContent.d.ts

6 lines
292 B
TypeScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent } from './helpers';
declare type TabContentProps = BsPrefixPropsWithChildren;
declare type TabContent = BsPrefixRefForwardingComponent<'div', TabContentProps>;
declare const TabContent: TabContent;
export default TabContent;