Skip to content

Commit ebad449

Browse files
committed
add additional input widths
1 parent 9cc6477 commit ebad449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/types/NHSUKTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export type NHSUKSize = 's' | 'm' | 'l' | 'xl';
22

3-
export type InputWidth = '2' | '3' | '4' | '5' | '10';
3+
export type InputWidth = '2' | '3' | '4' | '5' | '10' | '20' | '30' | 2 | 3 | 4 | 5 | 10 | 20 | 30;
44

55
export type CareCardType = 'non-urgent' | 'urgent' | 'immediate';
66

0 commit comments

Comments
 (0)