Skip to content

Commit

Permalink
Compile
Browse files Browse the repository at this point in the history
  • Loading branch information
grassick committed Jan 24, 2022
1 parent 315e4ae commit 7e4551e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SelectExprModalComponent.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ export default class SelectExprModalComponent extends React.Component {
aggrStatuses: string[];
};
renderContents(): React.DetailedReactHTMLElement<React.HTMLAttributes<HTMLElement>, HTMLElement>;
render(): React.CElement<any, ModalWindowComponent>;
render(): React.CElement<import("react-library/lib/ModalWindowComponent").ModalWindowComponentProps, ModalWindowComponent>;
}

0 comments on commit 7e4551e

Please sign in to comment.