Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdzynski committed Oct 29, 2024
1 parent 7e1b1e2 commit b94bcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/pattern.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import tags from './tags'
import hash from './hash'

type Pattern<Target extends HTMLElements, Props> = {
styles: Array<Style<Props>>,
styles: Array<Style<Props>>
tag: Target
id: string
__pattern__: true
Expand Down

0 comments on commit b94bcc9

Please sign in to comment.