UNPKG

@skyux/core

Version:

This library was generated with [Nx](https://nx.dev).

10 lines (9 loc) 245 B
/** * A list of all breakpoints. * @internal */ export declare const SKY_BREAKPOINTS: readonly ["xs", "sm", "md", "lg"]; /** * The name of a viewport or container breakpoint. */ export type SkyBreakpoint = (typeof SKY_BREAKPOINTS)[number];