UNPKG

@mmcodemark/fuselage-hooks

Version:

React hooks for Fuselage, Rocket.Chat's design system and UI toolkit

8 lines 249 B
/** * Hook to get the prefers-color-scheme value. * * @returns `true` if the prefers-color-scheme matches * @public */ export declare const usePrefersColorScheme: (scheme?: string) => boolean; //# sourceMappingURL=usePrefersColorScheme.d.ts.map