Skip to content

Commit 72702aa

Browse files
committed
fix: turns out, svelte still doesn't report exported module members in typescript
1 parent 9accd0b commit 72702aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/common/src/classadder/classAdderBuilder.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import type { ComponentType, SvelteComponent } from 'svelte';
22

33
import type { SmuiElementMap } from '../smui.types.js';
44
import type { ClassAdderInternals } from './ClassAdder.types.js';
5+
// @ts-ignore: Internals is exported... argh.
56
import ClassAdder, { internals } from './ClassAdder.svelte';
67

78
const defaults = { ...internals };

0 commit comments

Comments
 (0)