mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
18 lines
422 B
TypeScript
18 lines
422 B
TypeScript
declare namespace _default {
|
|
const name: string;
|
|
namespace components {
|
|
export { BitinflowSecondLevelLink };
|
|
}
|
|
namespace props {
|
|
namespace items {
|
|
export const type: ArrayConstructor;
|
|
const _default: {
|
|
name: string;
|
|
href: string;
|
|
}[];
|
|
export { _default as default };
|
|
}
|
|
}
|
|
}
|
|
export default _default;
|