UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

3 lines (2 loc) 142 B
import type { CSSProperties } from 'vue'; export declare function parseNumericStyleValue(value: CSSProperties['height']): number | undefined;