41 lines
1.0 KiB
TypeScript
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 };
|