UNPKG

@wufengteam/inputs

Version:

平台提供的右侧属性编辑器,需要在主工程中注册

9 lines (8 loc) 222 B
import React from 'react'; import './index.less'; export interface HighlightTextProps { value?: string; keywords?: string; } declare const HighlightText: React.FC<HighlightTextProps>; export default HighlightText;