UNPKG

@serendie/ui

Version:

Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric

3 lines (2 loc) 146 B
import { ComponentProps } from 'react'; export declare const List: ({ children, ...props }: ComponentProps<"ul">) => import("react").JSX.Element;