@vue-layout/link
Version:
A package containing a link component.
11 lines • 331 B
TypeScript
import type { App } from 'vue';
import './vue';
import type { Options } from './type';
export * from './component';
export * from './type';
export declare function install(instance: App, options?: Options): void;
declare const _default: {
install: typeof install;
};
export default _default;
//# sourceMappingURL=index.d.ts.map