Dashboard sipadu mbip
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

FigureCaption.d.ts 222B

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