UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

3 lines (2 loc) 136 B
import type { DynamicRowHeight } from './types'; export declare function isDynamicRowHeight(value: unknown): value is DynamicRowHeight;