UNPKG

@volverjs/ui-vue

Version:

@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.

6 lines (5 loc) 417 B
import type { PlayAttributes } from '@/test/types'; export declare function checkNullTest({ canvasElement }: PlayAttributes): Promise<void>; export declare function checkUndefinedTest({ canvasElement }: PlayAttributes): Promise<void>; export declare function defaultTest({ canvasElement, args }: PlayAttributes): Promise<void>; export declare function isoTest({ canvasElement, args }: PlayAttributes): Promise<void>;