UNPKG

react-pdf-builder

Version:
7 lines (6 loc) 345 B
import React from 'react'; import { HeadingProps } from './Heading'; /** * Read the [full documentation for Heading5](https://justinmahar.github.io/react-pdf-builder/?path=/docs/documentation-components-typography-heading5--docs) */ export declare const Heading5: ({ children, className, style, ...props }: HeadingProps) => React.JSX.Element;