Skip to content

Commit

Permalink
πŸ› Re-export types used in API
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfstx committed Feb 25, 2024
1 parent 385f24c commit 38f961a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/content.ts
Expand Up @@ -2,6 +2,8 @@ import type { Color } from './colors.ts';
import type { Length } from './sizes.ts';
import type { Orientation, PaperSize } from './sizes.ts';

export type { Color, Length, PaperSize, Orientation };

/**
* The complete definition of a document to create.
*/
Expand Down

0 comments on commit 38f961a

Please sign in to comment.