mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
9 lines
169 B
TypeScript
9 lines
169 B
TypeScript
declare namespace _default {
|
|
const name: string;
|
|
const emits: string[];
|
|
namespace methods {
|
|
function click(): void;
|
|
}
|
|
}
|
|
export default _default;
|