Skip to content

Commit

Permalink
fix presets.const.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeasn authored Nov 28, 2023
1 parent d43b0d5 commit bbb0fb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/presets.const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export type PresetOption = (
'ZIPCODE_USA' |
'ZIPCODE_BR' |
'PRODUCT_KEY' |
'COLOR_HEX'
'COLOR_HEX' |
'CAPITALIZE_ALL'
);

export function getPresetMask(preset : PresetOption, change : Partial<MaskProps> = {}) : MaskProps {
Expand Down

0 comments on commit bbb0fb1

Please sign in to comment.