Skip to content

Commit

Permalink
Fix TS errors in client code
Browse files Browse the repository at this point in the history
    ERROR in (...)/node_modules/@prezly/slate-editor/build/components/TooltipV2/index.d.ts(1,32):
    TS2307: Cannot find module './TooltipV2' or its corresponding type declarations.

See: microsoft/TypeScript#35822
  • Loading branch information
kamilmielnik committed Mar 19, 2021
1 parent d6ffcf0 commit f5945f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React, { FunctionComponent } from 'react';

import './DisabledTriggerOverlay.scss';

interface Props {
export interface Props {
className?: string;
onHide: () => void;
onShow: () => void;
Expand Down

0 comments on commit f5945f5

Please sign in to comment.