UNPKG

@alicloud/console-components-truncate

Version:

React component for Alibaba Cloud.

8 lines (7 loc) 229 B
import { HTMLProps } from 'react'; interface IProps { threshold: string | number; omissionByCss: boolean; } export default function FilteredSpan(props: IProps & HTMLProps<HTMLSpanElement>): JSX.Element; export {};