/** * Generated file, do not edit directly! */ declare const _default: { Max: { /** * Use with `@media` `max-width` to apply styles to mobile-sized screens. * Css custom property: --dt-breakpoints-max-mobile. Default value: 640px. */ Mobile: string; /** * Use with `@media` `max-width` to apply styles to tablets and smaller screens. * Css custom property: --dt-breakpoints-max-tablet. Default value: 960px. */ Tablet: string; /** * Use with `@media` `max-width` to apply styles to desktops and smaller screens. * Css custom property: --dt-breakpoints-max-desktop. Default value: 1920px. */ Desktop: string; }; Min: { /** * Use this with `@media` `min-width`, to apply styles to tablet and wider screen sizes. * Css custom property: --dt-breakpoints-min-tablet. Default value: 641px. */ Tablet: string; /** * Use this with `@media` `min-width`, to apply styles to desktop and wider screen sizes. * Css custom property: --dt-breakpoints-min-desktop. Default value: 961px. */ Desktop: string; /** * Use this with `@media` `min-width`, to apply styles to widescreen desktop and wider screen sizes. * Css custom property: --dt-breakpoints-min-widescreen. Default value: 1921px. */ Widescreen: string; }; }; export default _default; //# sourceMappingURL=index.d.ts.map