mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
21 lines
435 B
TypeScript
21 lines
435 B
TypeScript
declare namespace _default {
|
|
const name: string;
|
|
namespace components {
|
|
export { BitinflowButton };
|
|
}
|
|
function data(): {
|
|
link: string;
|
|
};
|
|
namespace computed {
|
|
const thirdLevelLinks: () => {
|
|
name: string;
|
|
icon: string;
|
|
to: string;
|
|
}[];
|
|
}
|
|
namespace methods {
|
|
function onChange(event: any): void;
|
|
}
|
|
}
|
|
export default _default;
|