Files
fire-exam/src/shared/ui/index.ts
2025-06-04 14:59:10 +03:00

6 lines
200 B
TypeScript

export { Button } from './button';
export { Mark } from './mark';
export { Input } from './input';
export { AdvancedPhoneInput } from './advanced-phone-input';
export { TextArea } from './text-area';