Skip to content

Commit 4d171f1

Browse files
authored
Merge pull request #46 from dpchamps/force-publish-again
feat(sylph-jsx): force publish library
2 parents ab5fb75 + 7a16dfe commit 4d171f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sylph-jsx/src/utility-types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Useful utility types
12
export type UnknownRecord = Record<string, unknown>;
23
export type Maybe<T> = T | undefined | null;
34

0 commit comments

Comments
 (0)