mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2026-01-02 17:43:31 +00:00
chore: remove unused interface property
This commit is contained in:
parent
d4d0890630
commit
141676b845
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ export interface ImportReference {
|
||||||
export interface WrapperFunctionInfo {
|
export interface WrapperFunctionInfo {
|
||||||
originalFunction: string; // 'style', 'recipe', etc.
|
originalFunction: string; // 'style', 'recipe', etc.
|
||||||
parameterMapping: number; // which parameter index contains the style object
|
parameterMapping: number; // which parameter index contains the style object
|
||||||
objectPath?: string[]; // path to the style object within the parameter (e.g., ['@layer', 'componentLayer'])
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface TrackedFunctions {
|
export interface TrackedFunctions {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue