UNPKG

@tarojsx/ui

Version:

We reinvents the UI for Taro3+

8 lines (7 loc) 229 B
import React from 'react'; import { AtListProps } from 'taro-ui/types/list'; import '../style/List.scss'; export interface ListProps extends AtListProps { className?: string; } export declare const List: React.FC<ListProps>;