UNPKG

@uimkit/uikit-react

Version:

<img style="width:64px" src="https://mgmt.uimkit.chat/media/img/avatar.png"/>

17 lines (14 loc) 464 B
import { PropsWithChildren } from 'react'; type UICommandItemProps = { entity: { /** Arguments of command */ args?: string; /** Description of command */ description?: string; /** Name of the command */ name?: string; }; }; declare const UICommandItem: (props: PropsWithChildren<UICommandItemProps>) => JSX.Element; export { UICommandItem, UICommandItemProps }; //# sourceMappingURL=UICommandItem.d.ts.map