Skip to content

Commit

Permalink
Add missing Pattern type export
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdzynski committed Jan 29, 2024
1 parent 54b22da commit f093a68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export type { HTMLElements } from './tags'
export type { Compiler, DefaultTheme, Properties, Sheet, Style, StyleDefinition, TeilerComponent } from './constructor'
export type { Pattern } from './pattern'

export { default as tags } from './tags'
export { default as createStyleSheet } from './sheet'
Expand Down

0 comments on commit f093a68

Please sign in to comment.