Skip to content

Commit

Permalink
fix: export Colorfade type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Nov 5, 2023
1 parent 248d9f2 commit d584e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schema/trans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ export type Brightness = z.infer<typeof brightness>;
export type Bump = z.infer<typeof bump>;
export type ChannelShift = z.infer<typeof channelShift>;
export type ColorClip = z.infer<typeof colorClip>;
export type Colorfade = z.infer<typeof colorfade>;
export type ColorMap = z.infer<typeof colorMap>;
export type ColorModifier = z.infer<typeof colorModifier>;
export type ColorReduction = z.infer<typeof colorReduction>;
Expand Down

0 comments on commit d584e03

Please sign in to comment.