Skip to content

Commit

Permalink
forgot StyleSheetExit visitor in types
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jan 14, 2024
1 parent eacdc71 commit f4d4413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/index.d.ts
Expand Up @@ -183,6 +183,7 @@ type EnvironmentVariableVisitors = {

export interface Visitor<C extends CustomAtRules> {
StyleSheet?(stylesheet: StyleSheet): StyleSheet<ReturnedDeclaration, ReturnedMediaQuery> | void;
StyleSheetExit?(stylesheet: StyleSheet): StyleSheet<ReturnedDeclaration, ReturnedMediaQuery> | void;
Rule?: RuleVisitor | RuleVisitors<C>;
RuleExit?: RuleVisitor | RuleVisitors<C>;
Declaration?: DeclarationVisitor | DeclarationVisitors;
Expand Down

0 comments on commit f4d4413

Please sign in to comment.