Skip to content

Commit

Permalink
fix(types): add matcher type to export (#878)
Browse files Browse the repository at this point in the history
Fixes #875
  • Loading branch information
lukasoppermann authored Dec 16, 2022
1 parent c77c3db commit 2617a0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {FileHeader as _FileHeader} from './FileHeader';
import {Filter as _Filter} from './Filter';
import {Format as _Format, Formatter as _Formatter } from './Format';
import {FormatHelpers as _FormatHelpers} from './FormatHelpers';
import {Matcher as _Matcher} from './Matcher';
import {Options as _Options} from './Options';
import {Parser as _Parser} from './Parser';
import {Platform as _Platform} from './Platform';
Expand All @@ -45,6 +46,7 @@ declare namespace StyleDictionary {
type Format = _Format;
type FormatHelpers = _FormatHelpers;
type Formatter = _Formatter;
type Matcher = _Matcher;
type Options = _Options;
type Parser = _Parser;
type Platform = _Platform;
Expand Down

0 comments on commit 2617a0d

Please sign in to comment.