Skip to content

Commit

Permalink
fix: fix Options
Browse files Browse the repository at this point in the history
  • Loading branch information
imal1 committed Sep 19, 2024
1 parent 89f171c commit a271d1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ export interface IconfontConfig {
iconifyJson?: boolean
}

export type Options = Partial<IconfontConfig> & IconfontConfig[] | { configFile: string }
export type IconFontOptions = Partial<IconfontConfig> & IconfontConfig[]

export type Options = Partial<IconFontOptions> & { configFile?: string }

0 comments on commit a271d1f

Please sign in to comment.