Skip to content

Commit e2926f2

Browse files
authored
update export declaration (#71)
1 parent ba15cb4 commit e2926f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function writeComponentsDocumentation({ outDir, ...options }: WriteOption
4646
pathe.join(outDir, 'index.d.ts'),
4747
`import { ComponentDefinition } from './interfaces';
4848
declare const definitions: Record<string, ComponentDefinition>;
49-
export default definitions;
49+
export = definitions;
5050
`
5151
);
5252
}

0 commit comments

Comments
 (0)