import { breakpoints } from '@snowball-tech/design-tokens/dist/web/typescript/constants';

type Breakpoint = keyof typeof breakpoints;

export type { Breakpoint };
