fuc-new/doc/node_modules/@vuepress/plugin-comment/lib/client/components/WalineComment.d.ts
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

27 lines
728 B
TypeScript

import * as vue from 'vue';
import { VNode } from 'vue';
declare const _default: vue.DefineComponent<vue.ExtractPropTypes<{
/**
* The identifier of the comment
*
* 评论标识符
*/
identifier: {
type: StringConstructor;
required: true;
};
}>, () => VNode | null, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
/**
* The identifier of the comment
*
* 评论标识符
*/
identifier: {
type: StringConstructor;
required: true;
};
}>> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
export { _default as default };