preact-components/source/index.ts

7 lines
167 B
TypeScript
Raw Normal View History

2022-03-16 14:40:06 +00:00
// Button Exports
export * from './buttons/confirm-button.js';
2022-03-16 22:47:04 +00:00
export * from './buttons/feedback-button.js';
2022-03-16 14:40:06 +00:00
2022-03-16 00:06:35 +00:00
// Link Exports
2022-03-16 14:41:46 +00:00
export * from './links/privacy-link.js';