@clr/angular
Version:
Angular components for Clarity
16 lines (15 loc) • 428 B
TypeScript
/**
* TODO:
* Using core functions like:
* - pluckPixelValue
* - getCssPropertyValue
*
* to get the value of the design token.
*
* Note: Memoization/Cache usage possible.
*/
export declare const DATEPICKER_ENABLE_BREAKPOINT = 768;
export declare const SMALL_BREAKPOINT = 576;
export declare const MEDIUM_BREAKPOINT = 768;
export declare const LARGE_BREAKPOINT = 992;
export declare const EXTRA_LARGE_BREAKPOINT = 1200;