UNPKG

@wulperstudio/cms

Version:
3 lines (2 loc) 175 B
import { SortableItemProps } from './types'; export declare const SortableItem: ({ disabled, id, renderItem, }: SortableItemProps) => import("react/jsx-runtime").JSX.Element;