UNPKG

tanuki-ui

Version:

HTML-first React component library with semantic elements, multi-OS themes, and production-ready visual node editor

14 lines (13 loc) 770 B
import { default as React } from 'react'; export declare const List: React.NamedExoticComponent<React.HTMLAttributes<HTMLUListElement> & { children?: React.ReactNode | undefined; } & React.RefAttributes<HTMLUListElement>>; export declare const Ul: React.NamedExoticComponent<React.HTMLAttributes<HTMLUListElement> & { children?: React.ReactNode | undefined; } & React.RefAttributes<HTMLUListElement>>; export declare const ListItem: React.NamedExoticComponent<React.HTMLAttributes<HTMLLIElement> & { children?: React.ReactNode | undefined; } & React.RefAttributes<HTMLLIElement>>; export declare const Li: React.NamedExoticComponent<React.HTMLAttributes<HTMLLIElement> & { children?: React.ReactNode | undefined; } & React.RefAttributes<HTMLLIElement>>;