tdesign-vue-next
Version:
TDesign Component for vue-next
14 lines (13 loc) • 708 B
TypeScript
import type { PropType } from 'vue';
export interface HighlightOptionProps {
content: string;
keyword: string;
}
declare const _default: import("vue").DefineComponent<{
content: PropType<HighlightOptionProps["content"]>;
keyword: PropType<HighlightOptionProps["keyword"]>;
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
content: PropType<HighlightOptionProps["content"]>;
keyword: PropType<HighlightOptionProps["keyword"]>;
}>>, {}, {}>;
export default _default;