UNPKG

vantui-edit

Version:

一套适用于Taro3及React的vantui组件库

13 lines (9 loc) 278 B
import { FunctionComponent, ReactNode } from 'react' import { ViewProps } from '@tarojs/components' export interface InfoProps extends ViewProps { dot?: boolean info?: ReactNode | number style?: string } declare const Info: FunctionComponent<InfoProps> export { Info }