Skip to content

Commit

Permalink
fix: StyleSheetManager missing Stylis types (#4078)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Jul 7, 2023
1 parent b1ae011 commit 36f5793
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, { useContext, useEffect, useMemo, useState } from 'react';
import shallowequal from 'shallowequal';
import type stylis from 'stylis';
import StyleSheet from '../sheet';
import { ShouldForwardProp, Stringifier } from '../types';
import createStylisInstance from '../utils/stylis';
Expand Down

0 comments on commit 36f5793

Please sign in to comment.