UNPKG

@lobehub/ui

Version:

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

6 lines (5 loc) 158 B
import { IconSize } from "./index"; export declare const calcSize: (size?: IconSize) => { fontSize: string | number; strokeWidth: string | number; };