Skip to content

Commit

Permalink
Extend PhraseConfig type
Browse files Browse the repository at this point in the history
  • Loading branch information
lookasc committed Dec 9, 2024
1 parent 6468b4b commit 15ff2e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/phrase-config.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ export type PhraseConfig = {
fullReparse: boolean;
sanitize?: (content: string)=> string;
origin: string;
hidingClasses?: string[];
};

0 comments on commit 15ff2e4

Please sign in to comment.