2021-03-01 15:06:11 +08:00

11 lines
265 B
TypeScript

import { withBase } from '../utils';
declare const _default: {
components: {
NavBarLinks: import("vue").ComponentOptions<{}, any, any, any, any, any, any, any>;
};
setup(): {
withBase: typeof withBase;
};
};
export default _default;