mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
12 lines
273 B
TypeScript
12 lines
273 B
TypeScript
declare namespace _default {
|
|
const name: string;
|
|
namespace props {
|
|
namespace icon {
|
|
export const type: StringConstructor;
|
|
const _default: string;
|
|
export { _default as default };
|
|
}
|
|
}
|
|
}
|
|
export default _default;
|