UNPKG

@tapsellorg/angular-material-library

Version:

Angular library for Tapsell

6 lines (5 loc) 229 B
export type PghBreakpoints = { [key in PghBreakpoint]: string; }; export type PghBreakpoint = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'max-xs' | 'max-sm' | 'max-md' | 'max-lg'; export declare const PghBreakpoints: PghBreakpoints;