UNPKG

494 BTypeScriptView Raw
1import * as React from 'react';
2export interface DataListDragButtonProps extends React.HTMLProps<HTMLButtonElement> {
3 /** Additional classes added to the drag button */
4 className?: string;
5 /** Sets button type */
6 type?: 'button' | 'submit' | 'reset';
7 /** Flag indicating if drag is disabled for the item */
8 isDisabled?: boolean;
9}
10export declare const DataListDragButton: React.FunctionComponent<DataListDragButtonProps>;
11//# sourceMappingURL=DataListDragButton.d.ts.map
\No newline at end of file