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