print module

This commit is contained in:
2026-01-24 15:39:15 +03:30
parent 58e5e3e0d2
commit 64d6d1e391
10 changed files with 157 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
export enum FieldType {
text = 'text',
textarea = 'textarea',
number = 'number',
select = 'select',
radio = 'radio',
checkbox = 'checkbox',
date = 'date',
}