import { ValueOf } from '@snack-uikit/utils'; import { FAMILY, PURPOSE, SIZE, TAG } from './constants'; export type Tag = ValueOf; export type Size = ValueOf; export type Family = ValueOf; export type Purpose = ValueOf;