UNPKG

cdbreact

Version:

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

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