Files
dees-wcctools/test/elements/index.ts

7 lines
224 B
TypeScript
Raw Normal View History

2022-03-24 15:39:17 +01:00
export * from './test-demoelement.js';
export * from './test-noprops.js';
export * from './test-complextypes.js';
export * from './test-withwrapper.js';
export * from './test-edgecases.js';
export * from './test-nested.js';