UNPKG

@react-beauty/ui-sidebar

Version:

ui-sidebar

6 lines (5 loc) 305 B
import { HTMLAttributes, ReactNode } from 'react'; export interface SidebarSectionProps extends HTMLAttributes<HTMLDivElement> { children: ReactNode; } export declare const SidebarSection: import('react').ForwardRefExoticComponent<SidebarSectionProps & import('react').RefAttributes<HTMLDivElement>>;