Skip to content

Commit

Permalink
fix: πŸ› Export types
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Nov 27, 2023
1 parent e8f8a72 commit e080f5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import { MoebiusSVGHelper } from './classes/MoebiusSVGHelper';
import { MoebiusPalettes } from './classes/MoebiusPalettes';
import { MoebiusColor } from './classes/MoebiusColor';

export * from './types';

export type MoebiusReturnType = Promise<{
MoebiusColor: typeof MoebiusColor;
MoebiusPalettes: typeof MoebiusPalettes;
Expand Down

0 comments on commit e080f5f

Please sign in to comment.