UNPKG

@snowball-tech/fractal

Version:

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

6 lines (3 loc) 164 B
import { breakpoints } from '@snowball-tech/design-tokens/dist/web/typescript/constants'; type Breakpoint = keyof typeof breakpoints; export type { Breakpoint };