UNPKG

svelte-fancy-darkmode

Version:
10 lines (9 loc) 240 B
/** * check if the browser supports appearance transition */ export declare class CheckViewTransitions { #private; constructor(); get current(): boolean; } export declare const prefersUseViewTransitions: CheckViewTransitions;