We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a08d4 commit c308abdCopy full SHA for c308abd
src/platform.ts
@@ -23,7 +23,7 @@ type TPlatformSelectObjectOrPlatformKey = TPlatformSelectObject | TPlatformKey;
23
24
export type TPlatformMainHandler =
25
(platformSelectObjectOrPlatformKeyString: TPlatformSelectObjectOrPlatformKey, styles?: RuleSet) => RuleSet;
26
-export type TPlatformEachHandler = (styles?: RuleSet) => RuleSet | void;
+export type TPlatformEachHandler = (styles?: RuleSet) => RuleSet;
27
28
export interface IPlatform extends Record<TPlatformKey, TPlatformEachHandler> {
29
(platformSelectObjectOrPlatformKeyString: TPlatformSelectObjectOrPlatformKey, styles?: RuleSet): RuleSet;
0 commit comments