UNPKG

@greensight/gds

Version:
8 lines (7 loc) 264 B
import React from 'react'; import { type ISectionProps } from './types'; /** * Component for creating page sections. */ declare const Section: React.ForwardRefExoticComponent<Omit<ISectionProps, "ref"> & React.RefAttributes<HTMLDivElement>>; export { Section };