chore(release): v0.0.3

This commit is contained in:
René Preuß
2023-02-17 20:19:34 +01:00
parent 6f32d46437
commit ea9f83cb7e
14 changed files with 58 additions and 44 deletions

View File

@@ -7,7 +7,11 @@ declare namespace _default {
link: string;
};
namespace computed {
const thirdLevelLinks: () => never[];
const thirdLevelLinks: () => {
name: string;
icon: string;
to: string;
}[];
}
namespace methods {
function onChange(event: any): void;