Skip to content

Commit

Permalink
fix type mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyab authored and kof committed Dec 8, 2021
1 parent e74e3ac commit 22c6efd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/jss/src/RuleList.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import type {
} from './flow-types'

declare export default class RuleList {
nameMap: {[key: string]: Rule};
selectorMap: {[key: string]: Rule};
map: {[key: string]: Rule};
raw: {[key: string]: JssStyle};
index: Array<Rule>;
counter: number;
Expand Down

0 comments on commit 22c6efd

Please sign in to comment.