Home > @uniformdev/design-system > DraggableHandleProps
DraggableHandleProps type
Signature:
type DraggableHandleProps = {
disableDnd?: boolean;
height?: string;
} & HTMLAttributes<HTMLButtonElement>;
Home > @uniformdev/design-system > DraggableHandleProps
Signature:
type DraggableHandleProps = {
disableDnd?: boolean;
height?: string;
} & HTMLAttributes<HTMLButtonElement>;