UNPKG

@fefade/svelte

Version:

Reusable Svelte UI components powered by the FEFADE core system.

6 lines (5 loc) 179 B
import type { MediaQueryType } from "@fefade/core/types"; export default function mediaQueryState(...args: MediaQueryType): { readonly value: boolean; destroy(): void; };