Repository URL to install this package:
Version:
0.2.0-dev.38 ▾
|
/// <reference types="react" />
import { SectionProps } from './Section.types';
declare const Section: ({ children, contained, fluid, containerProps, header, sx, ...rest }: SectionProps) => JSX.Element;
export default Section;