Skip to content

Commit

Permalink
✨ feat: 支持使用 injectGlobal 方法
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jan 5, 2023
1 parent 44f9a39 commit c000af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/createStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ export function createStyles<Props, Key extends string>(
};
}

export { css, cx } from '@emotion/css';
export { css, cx, injectGlobal } from '@emotion/css';

0 comments on commit c000af1

Please sign in to comment.