Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@kaos/dashboard / dist / esm / components2 / Section / Section.d.ts
Size: Mime:
/// <reference types="react" />
import { SectionProps } from './Section.types';
declare const Section: ({ children, contained, fluid, containerProps, header, sx, ...rest }: SectionProps) => JSX.Element;
export default Section;