UNPKG

@wulperstudio/cms

Version:
4 lines (3 loc) 310 B
import { DroppableColumnProps } from './types'; import { ObjectWithUniqueIdentifier } from '../../../../types'; export declare const DroppableColumn: <T extends ObjectWithUniqueIdentifier>({ children, disabled, id, items, style, ...props }: DroppableColumnProps<T>) => import("react/jsx-runtime").JSX.Element;