UNPKG

baseui

Version:

A React Component library implementing the Base design language

3 lines (2 loc) 150 B
import type { ArtworkSizes } from './types'; export declare function artworkSizeToValue(artworkSize: ArtworkSizes, isSublist: boolean): 16 | 24 | 36;