Skip to content

Commit

Permalink
Small typing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jul 10, 2024
1 parent d750180 commit fbb4aef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import { KeyboardReturn as EnterIcon } from '@mui/icons-material';
import type { RxRenderWidgetProps } from '@iobroker/types-vis-2';
import VisRxWidget, { type VisRxWidgetState } from '../../visRxWidget';

// eslint-disable-next-line no-use-before-define
type RxData = {
oid: string;
html_prepend?: string;
Expand Down
1 change: 1 addition & 0 deletions packages/types-vis-2/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,7 @@ export interface VisFormatUtils {
values?: VisRxWidgetStateValues;
moment: any;
}): string;
formatDate(dateObj: string | Date | number, isDuration?: boolean | string, _format?: string): string;
}

export interface ExTypeText extends TypeText {
Expand Down

0 comments on commit fbb4aef

Please sign in to comment.