UNPKG

geostyler

Version:
6 lines (5 loc) 190 B
import { default as React } from 'react'; export interface SortableItemProps extends React.PropsWithChildren { id: any; } export declare const SortableItem: React.FC<SortableItemProps>;