UNPKG

@finsweet/ts-utils

Version:

Typescript utils for custom Webflow projects.

8 lines (7 loc) 243 B
import type { WebflowBreakpoint } from './breakpoints'; /** * Checks the current breakpoint based on the window media. * * @returns A {@link WebflowBreakpoint} string. */ export declare const getCurrentBreakpoint: () => WebflowBreakpoint;