UNPKG

phx-react

Version:

PHX REACT

5 lines (4 loc) 149 B
import * as React from 'react'; export default function DraggableBlockPlugin({ anchorElem, }: { anchorElem?: HTMLElement; }): React.JSX.Element;