diff --git a/src/types/index.d.ts b/src/types/index.d.ts index 4f0c33115..5a2ed4853 100644 --- a/src/types/index.d.ts +++ b/src/types/index.d.ts @@ -21,7 +21,7 @@ import { } from 'date-arithmetic' import { Validator } from 'prop-types' import * as React from 'react' -import { withDragAndDrop } from 'src/types/lib/addons/dragAndDrop' +import withDragAndDrop from './lib/addons/dragAndDrop' type Omit = Pick> @@ -690,7 +690,7 @@ export interface DayProps { } export class Day extends React.Component {} -export * from 'src/types/lib/addons/dragAndDrop' +export * from './lib/addons/dragAndDrop' export { withDragAndDrop } // Turn off automatic exports