Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Aug 29, 2024
1 parent fa8b631 commit 0d436c4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/plugin/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ export type TransformOptions = {
style: string;
};
bundle?: boolean;
dependencies: {
attrsParser: {
(): void;
}
}
};

type NormalizedPluginOptions = Omit<TransformOptions, 'runtime'> & {
Expand Down

0 comments on commit 0d436c4

Please sign in to comment.