UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

6 lines (5 loc) 346 B
import React from 'react'; import type { ListProps, ListContextValue } from './List.types'; export declare const ListContext: React.Context<ListContextValue>; declare const List: ({ size, showCheck, subheader, subheaderType, open, children, onOpen, onClose, ...props }: ListProps) => import("react/jsx-runtime").JSX.Element; export default List;