We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AllProps
1 parent dbbc15d commit 8710a63Copy full SHA for 8710a63
src/entry.ts
@@ -1,7 +1,10 @@
1
import component, * as namedExports from './entry.esm';
2
+import { AllProps } from '@/props.ts';
3
4
Object.entries(namedExports).forEach(([exportName, exported]) => {
5
if (exportName !== 'default') component[exportName] = exported;
6
});
7
8
export default component;
9
+
10
+export { AllProps };
0 commit comments