UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

9 lines (8 loc) 216 B
import type { IconSize } from '../type'; export declare const calcSize: (iconSize?: IconSize) => { size: number; strokeWidth?: undefined; } | { size: string | number; strokeWidth: string | number; };