UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

4 lines (3 loc) 209 B
import { Ref } from 'vue'; export declare function refValueIsUndefined<T>(ref: Ref<T | undefined>): ref is Ref<undefined>; export declare function refValueIsDefined<T>(ref: Ref<T | undefined>): ref is Ref<T>;