UNPKG

@alifd/meet-react

Version:

Fusion Mobile React UI System Component

8 lines (7 loc) 248 B
import { FunctionComponent } from 'react'; import { HTMLAttributesWeak } from '../../utils/types'; declare const ListItemLabel: FunctionComponent<HTMLAttributesWeak & { prefix?: string; className?: string; }>; export default ListItemLabel;