Skip to content

Commit

Permalink
Add matcher type to export
Browse files Browse the repository at this point in the history
This fixes amzn#875
  • Loading branch information
lukasoppermann authored Sep 27, 2022
1 parent 442a5ec commit ff7a5bf
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.d.ts':
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 ff7a5bf

Please sign in to comment.