Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

10 строки
211 B

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