Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Fy- committed Nov 9, 2024
1 parent 5ab84a2 commit 23567ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion packages/klb-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fy-/klb-vue",
"version": "0.0.110",
"version": "0.0.112",
"author": "Florian 'Fy' Gasquez <m@fy.to>",
"license": "MIT",
"repository": {
Expand Down
13 changes: 0 additions & 13 deletions packages/klb-vue/src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ import { ClientOnly } from "./components/ssr/ClientOnly";
import type { Route } from "vue-router";
import type VueRouter from "vue-router";

export interface BreadcrumbLink {
name: string;
to?: string;
}
export type NavLink = {
to: string;
isExternal?: boolean;
name: string;
childrens?: NavLink[];
icon?: Component;
id?: string;
};

export type $t = typeof i18next.t;
export type $eventBus = Emitter<Events>;
export type $cropText = typeof cropText;
Expand Down

0 comments on commit 23567ee

Please sign in to comment.