mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
add dist
This commit is contained in:
8
dist/runtime/components/BitinflowButton.vue.d.ts
vendored
Normal file
8
dist/runtime/components/BitinflowButton.vue.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
declare namespace _default {
|
||||
const name: string;
|
||||
const emits: string[];
|
||||
namespace methods {
|
||||
function click(): void;
|
||||
}
|
||||
}
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user