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