UNPKG

tdesign-vue-next

Version:
14 lines (13 loc) 708 B
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;