UNPKG

@a-latte/vue2-helpers

Version:

A util package to use Vue 2 with Composition API easily

3 lines (2 loc) 156 B
export declare const warn: (...data: any[]) => void; export declare const OUT_OF_SCOPE = "method can only be used inside setup() or functional components";