UNPKG

@doku-dev/doku-fragment

Version:

A new Angular UI library that moving away from Bootstrap and built from scratch.

7 lines (6 loc) 270 B
export declare class DokuBreakpoint { static readonly desktop = "(min-width: 1024px)"; static readonly mobile = "(max-width: 1023px)"; static readonly tablet = "(min-width: 768px) and (max-width: 1023px)"; static readonly phone = "(max-width: 767px)"; }