@devgateway/dvz-ui-react
Version:
A modular, embeddable React component library for data visualization and UI, built with TypeScript. Provides reusable components for charts, maps, dashboards, and more, with built-in support for internationalization and Redux integration.
16 lines (15 loc) • 329 B
JavaScript
import { createMedia as t } from "@artsy/fresnel";
const e = t({
breakpoints: {
mobile: 320,
tablet: 768,
computer: 992,
largeScreen: 1200,
widescreen: 1920
}
}), a = e.createMediaStyle(), { Media: i, MediaContextProvider: o } = e;
export {
i as Media,
o as MediaContextProvider,
a as mediaStyle
};