Skip to content

Commit

Permalink
[styles] Add injectFirst to StylesOptions interface (#15192)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanorie authored and oliviertassinari committed Apr 4, 2019
1 parent f1e2e55 commit 496b0ff
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -3,6 +3,7 @@ import { GenerateId, Jss } from 'jss';
export interface StylesOptions {
disableGeneration?: boolean;
generateClassName?: GenerateId;
injectFirst?: boolean;
jss?: Jss;
// TODO need info @oliviertassinari
sheetsCache?: {};
Expand Down

0 comments on commit 496b0ff

Please sign in to comment.