Skip to content

Commit

Permalink
Added missing public method
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Feb 29, 2024
1 parent b556c97 commit 38d572d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/public/types/prop-modification.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ export class PropModification implements PropModSpec {
[PropModSymbol]?: true;
replacePrefix?: [string, string];

execute<T>(value: T): T;

constructor(spec: PropModSpec);
}

0 comments on commit 38d572d

Please sign in to comment.