UNPKG

@builder.io/sdk-vue

Version:
8 lines (7 loc) 141 B
export type AwaiterProps = { load: () => Promise<any>; props?: any; attributes?: any; fallback?: any; children?: any; };