UNPKG

@fesjs/fes-design

Version:
20 lines (17 loc) 332 B
const textHighlightProps = { // 高亮内容,数组 searchValues: { type: Array, default: () => [] }, // 严格模式,是否严格大小写 strict: { type: Boolean, default: false }, markTextStyle: { type: Object } }; // 组件暴露给外部的 props 类型 export { textHighlightProps };