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.

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;