UNPKG

bitran

Version:

📜 Highly customizable text processor and transpiler.

5 lines (4 loc) • 168 B
import { Component } from 'vue'; export declare function defineProductComponent(componentLoader: () => Promise<{ default: Component; }>): () => Promise<Component>;