UNPKG

@lobehub/ui

Version:

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

6 lines (5 loc) 176 B
import type { ActionIconSize } from ".."; export declare const calcSize: (iconSize?: ActionIconSize) => { blockSize: string | number; borderRadius: string | number; };