/** * @name tablet.constants * @description Core tablet.constants in ngx-responsive * * @license MIT */ import { ITablet } from '../interfaces'; export declare const TABLET: ITablet;