27 lines
728 B
TypeScript
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 };
|