UNPKG

@scalar/api-reference

Version:

Generate beautiful API references from OpenAPI documents

8 lines 304 B
/** * Gets the system color mode preference from the browser. * Falls back to 'light' if running in a non-browser environment. * * @returns The system preference for dark or light mode. */ export declare const getSystemModePreference: () => "dark" | "light"; //# sourceMappingURL=color-mode.d.ts.map