Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

10 wiersze
209 B

  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;