- 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.
3 lines
80 B
TypeScript
3 lines
80 B
TypeScript
export * from './component.js';
|
|
export { fileuploadStyles } from './styles.js';
|