UNPKG

pouncejs

Version:

A collection of UI components from Panther labs

8 lines (7 loc) 230 B
import React from 'react'; import { BoxProps } from '../Box'; /** * Increases the heading level of all `Heading` components inside it by 1. */ export declare const Section: React.FC<BoxProps<'section'>>; export default Section;