mirror of
https://github.com/bitinflow/ui.git
synced 2026-04-28 03:46:18 +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;
|