UNPKG

cdbreact

Version:

Elegant UI kit and reusable components for building mobile-first, responsive websites and web apps

9 lines (8 loc) 298 B
import React from 'react'; interface Props { children?: React.ReactNode; className?: string; } declare const SidebarContent: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>; export default SidebarContent; export { SidebarContent as CDBSidebarContent };