UNPKG

antd-mobile

Version:

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

12 lines (11 loc) 309 B
/// <reference types="react" /> import React from 'react'; import { FlexWebProps } from './PropsType'; export default class Flex extends React.Component<FlexWebProps, any> { static Item: any; static defaultProps: { prefixCls: string; align: string; }; render(): JSX.Element; }