Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Image.d.ts 262B

123456789101112
  1. import { BsPrefixComponent } from './helpers';
  2. export interface ImageProps {
  3. fluid?: boolean;
  4. rounded?: boolean;
  5. roundedCircle?: boolean;
  6. thumbnail?: boolean;
  7. }
  8. declare class Image extends BsPrefixComponent<'img', ImageProps> {}
  9. export default Image;