Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Igorbek committed Mar 6, 2019
1 parent 09375a7 commit ea16780
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,11 @@ interface CustomStyledIdentifiers {
}
```

- `styled` - list of identifiers of `styled` API (default `['styled'])
- `attrs` - list of identifiers of `attrs` API (default `['attrs'])
- `keyframes` - list of identifiers of `keyframes` API (default `['keyframes'])
- `css` - list of identifiers of `css` API (default `['css'])
- `createGlobalStyle` - list of identifiers of `createGlobalStyle` API (default `['createGlobalStyle'])
- `styled` - list of identifiers of `styled` API (default `['styled']`)
- `attrs` - list of identifiers of `attrs` API (default `['attrs']`)
- `keyframes` - list of identifiers of `keyframes` API (default `['keyframes']`)
- `css` - list of identifiers of `css` API (default `['css']`)
- `createGlobalStyle` - list of identifiers of `createGlobalStyle` API (default `['createGlobalStyle']`)

Example

Expand Down

0 comments on commit ea16780

Please sign in to comment.