Files
dees-catalog/ts_web/elements/dees-input-fileupload/index.ts
Juergen Kunz 12b0aa0aad Refactor dees-input-fileupload component and styles
- Updated demo.ts to enhance layout and styling, including renaming classes and adjusting spacing.
- Removed unused template rendering logic from template.ts.
- Simplified index.ts by removing the export of renderFileupload.
- Revamped styles in styles.ts for improved design consistency and responsiveness.
- Enhanced file upload functionality with better descriptions and validation messages.
2025-09-19 17:31:26 +00:00

3 lines
80 B
TypeScript

export * from './component.js';
export { fileuploadStyles } from './styles.js';