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