mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
6 lines
198 B
TypeScript
6 lines
198 B
TypeScript
export { PdfTable } from './PdfTable';
|
|
export { PdfThead } from './PdfThead';
|
|
export { PdfTbody } from './PdfTbody';
|
|
export { PdfTfoot } from './PdfTfoot';
|
|
export type { PdfColumn } from './types';
|