mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
chore(release): v0.0.3
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user