UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

12 lines (11 loc) 272 B
import { IIconProps } from '../../Icon'; export interface IListDragImageProps { /** * Optional icon props to show in the drag image */ iconProps?: IIconProps; /** * Text to appear as part of the drag image */ text: string; }