We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc6477 commit ebad449Copy full SHA for ebad449
src/util/types/NHSUKTypes.ts
@@ -1,6 +1,6 @@
1
export type NHSUKSize = 's' | 'm' | 'l' | 'xl';
2
3
-export type InputWidth = '2' | '3' | '4' | '5' | '10';
+export type InputWidth = '2' | '3' | '4' | '5' | '10' | '20' | '30' | 2 | 3 | 4 | 5 | 10 | 20 | 30;
4
5
export type CareCardType = 'non-urgent' | 'urgent' | 'immediate';
6
0 commit comments