UNPKG

@withjoy/joykit

Version:

UI Component Library for Joy web

6 lines (5 loc) 241 B
export declare type SpatialSquishInsetOption = 'sm' | 'md' | 'lg' | 'default'; export declare type SpatialSquishInset = { [option in SpatialSquishInsetOption]: string; }; export declare const spatialSquishInset: SpatialSquishInset;