UNPKG

vantui-edit

Version:

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

9 lines (8 loc) 290 B
import { FunctionComponent, ReactNode } from 'react' import { ViewProps } from '@tarojs/components' export interface IndexAnchorProps extends ViewProps { index: string | number children?: ReactNode } declare const IndexAnchor: FunctionComponent<IndexAnchorProps> export { IndexAnchor }