UNPKG

@particle-network/ui-shared

Version:

Shared utilities for Particle Network design system

3 lines (2 loc) 95 B
export type UXSize = 'sm' | 'md' | 'lg'; export declare const sizeMap: Record<UXSize, number>;