mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 23:03:36 +01:00
6 lines
292 B
TypeScript
6 lines
292 B
TypeScript
import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent } from './helpers';
|
|
declare type TabContentProps = BsPrefixPropsWithChildren;
|
|
declare type TabContent = BsPrefixRefForwardingComponent<'div', TabContentProps>;
|
|
declare const TabContent: TabContent;
|
|
export default TabContent;
|