UNPKG

mui-simple

Version:

Override mui-v7 components to simplify usage

6 lines 261 B
import React from 'react'; import type { DraggableListProps } from '../decs'; declare const DraggableList: React.FC<DraggableListProps>; export type { DraggableListProps } from '../decs'; export default DraggableList; //# sourceMappingURL=DraggableList.d.ts.map