feat(dimentorin): slicing modal booking mentor

This commit is contained in:
euxzy
2025-07-26 22:12:47 +07:00
parent dce74c5c7c
commit 924354366c
19 changed files with 638 additions and 33 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { EyeInvisibleOutlined, EyeOutlined } from '@ant-design/icons'; // Import
import { cn } from '@imphnen-frontend-service/utils';
import { Button } from '../button';
type TInputType = 'text' | 'email' | 'number' | 'password' | 'file';
type TInputType = 'text' | 'email' | 'number' | 'password' | 'file' | 'date' | 'time';
type TInputSize = 'sm' | 'md' | 'lg';
type Width = 'standard' | 'custom'