Skip to content

Commit

Permalink
🐛 fix: 修正 StyleProvider 的类型定义
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Mar 15, 2023
1 parent f44415c commit 780bf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factories/createStyleProvider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface StyleProviderProps
StyleContextProps,
'container' | 'autoClear' | 'cache' | 'hashPriority' | 'ssrInline' | 'transformers'
> {
prefix: string;
prefix?: string;

nonce?: string;
stylisPlugins?: StylisPlugin[];
Expand Down

0 comments on commit 780bf91

Please sign in to comment.