File tree Expand file tree Collapse file tree 3 files changed +23
-15
lines changed Expand file tree Collapse file tree 3 files changed +23
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import { Stack } from '@mui/material';
3737import { capitalizeWithUnderscore , getNodes } from '../../utils/Utils' ;
3838import MultiModeMetrics from './MultiModeMetrics' ;
3939import getAdditionalMetrics from '../../services/AdditionalMetrics' ;
40- import { withVisibility } from '../../HOC/withVisibility ' ;
40+ import { withVisibility } from '../../HOC/WithVisibility ' ;
4141import MetricsCheckbox from './MetricsCheckbox' ;
4242
4343const ChatInfoModal : React . FC < chatInfoMessage > = ( {
Original file line number Diff line number Diff line change @@ -914,3 +914,25 @@ export interface GraphViewHandlerProps {
914914export interface ChatProps {
915915 chatMessages : Messages [ ] ;
916916}
917+
918+ export interface filedate {
919+ _DateTime__date : {
920+ _Date__ordinal : number ;
921+ _Date__year : number ;
922+ _Date__month : number ;
923+ _Date__day : number ;
924+ } ;
925+ _DateTime__time : {
926+ _Time__ticks : number ;
927+ _Time__hour : number ;
928+ _Time__minute : number ;
929+ _Time__second : number ;
930+ _Time__nanosecond : number ;
931+ _Time__tzinfo : null ;
932+ } ;
933+ }
934+ export type FileTableHandle = React . ElementRef < typeof FileTable > ;
935+
936+ export interface VisibilityProps {
937+ isVisible : boolean ;
938+ }
You can’t perform that action at this time.
0 commit comments