UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

11 lines (10 loc) 292 B
/// <reference types="react" /> import React from 'react'; import { CardHeaderProps } from './PropsType'; export default class CardHeader extends React.Component<CardHeaderProps, any> { static defaultProps: { thumbStyle: {}; style: {}; }; render(): JSX.Element; }