UNPKG

@reown/appkit-controllers

Version:

#### 🔗 [Website](https://reown.com/appkit)

3 lines (2 loc) • 101 B
import type { App } from 'vue'; export declare function withSetup<T>(composable: () => T): [T, App];