UNPKG

@react-beauty/ui-sidebar

Version:

ui-sidebar

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