refactoring
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-07-01 23:43:06 +07:00
parent c99d41fd53
commit 2e3f3dcc99
7 changed files with 194 additions and 105 deletions
+9
View File
@@ -0,0 +1,9 @@
export enum ButtonSize {
Small = 'small',
Medium = 'medium',
}
export enum InputType {
Number = 'number',
Color = 'color',
}