UNPKG

shineout

Version:

Shein 前端组件库

5 lines (4 loc) 305 B
/// <reference types="react" /> import { ListDurationType, ListAnimationType } from './Props'; declare const List: (type: ListAnimationType | ListAnimationType[], duration: ListDurationType, display?: string | undefined) => import("react").ComponentType<import("./Props").ListProps>; export default List;