UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS

7 lines (6 loc) 234 B
import { breakpoints } from "@snowball-tech/design-tokens/dist/web/typescript/constants.js"; //#region src/types.d.ts type Breakpoint = keyof typeof breakpoints; //#endregion export { Breakpoint }; //# sourceMappingURL=types.d.ts.map