UNPKG

@react-beauty/ui-sidebar

Version:

ui-sidebar

6 lines (5 loc) 312 B
import { HTMLAttributes, ReactNode } from 'react'; export interface SidebarItemListProps extends HTMLAttributes<HTMLUListElement> { children: ReactNode; } export declare const SidebarItemList: import('react').ForwardRefExoticComponent<SidebarItemListProps & import('react').RefAttributes<HTMLUListElement>>;