UNPKG

@zextras/carbonio-shell-ui

Version:

The Zextras Carbonio web client

4 lines (3 loc) 203 B
import type { DARK_READER_VALUES } from '../constants'; export declare const getPrefersColorSchemeDarkMedia: () => MediaQueryList; export type DarkReaderPropValues = (typeof DARK_READER_VALUES)[number];