UNPKG

@devinit/pdf-base

Version:
12 lines (11 loc) 588 B
import Document from './components/atoms/Document'; import FootNote from './components/atoms/FootNote'; import Header from './components/atoms/Header'; import Page from './components/atoms/Page'; import TextBlock from './components/atoms/TextBlock'; import Note from './components/atoms/Note'; import Legend, { Props as LegendProps } from './components/atoms/Legend'; import Table from './components/atoms/Table'; import * as colors from './theme/colors'; export declare type LegendProps = LegendProps; export { Document, FootNote, Header, Page, Note, TextBlock, Legend, colors, Table };