UNPKG

@withjoy/joykit

Version:

UI Component Library for Joy web

6 lines (5 loc) 239 B
export declare type SpatialStretchInsetOption = 'default' | 'sm' | 'md'; export declare type SpatialStretchInset = { [option in SpatialStretchInsetOption]: string; }; export declare const spatialStretchInset: SpatialStretchInset;