Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TabContent.d.ts 209B

123456789
  1. import * as React from 'react';
  2. import { BsPrefixComponent } from './helpers';
  3. declare class TabContent<
  4. As extends React.ElementType = 'div'
  5. > extends BsPrefixComponent<As> {}
  6. export default TabContent;