UNPKG

@gizwits/vantui

Version:

机智云组件库

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 }