Skip to content

Commit

Permalink
fix(types): added packageName as optional property on interface File (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgan authored Dec 16, 2022
1 parent ed51caf commit 0996cc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/File.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { TransformedToken } from './TransformedToken';

export interface File {
className?: string;
packageName?: string;
destination: string;
format?: string;
filter?: string | Partial<TransformedToken> | ((token: TransformedToken) => boolean);
Expand Down

0 comments on commit 0996cc4

Please sign in to comment.