UNPKG

@tarojs/components

Version:
7 lines (4 loc) 197 B
import type { ComponentType, Key, PropsWithChildren } from 'react' import type { ViewProps } from './View' declare const ListItem: ComponentType<PropsWithChildren<ViewProps>> export { ListItem }