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

41 lines
1.0 KiB
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;
};
/**
* Whether the component is in darkmode
*
* 组件是否处于夜间模式
*/
darkmode: BooleanConstructor;
}>, () => VNode | null, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
/**
* The identifier of the comment
*
* 评论标识符
*/
identifier: {
type: StringConstructor;
required: true;
};
/**
* Whether the component is in darkmode
*
* 组件是否处于夜间模式
*/
darkmode: BooleanConstructor;
}>> & Readonly<{}>, {
darkmode: boolean;
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
export { _default as default };