File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -735,6 +735,16 @@ export namespace TextSize {
735
735
736
736
// #region Victory Portal
737
737
738
+ export interface PortalProps {
739
+ className ?: string ;
740
+ height : number ;
741
+ style ?: React . CSSProperties ;
742
+ viewBox ?: string ;
743
+ width : number ;
744
+ }
745
+
746
+ export class Portal extends React . Component < PortalProps , any > { }
747
+
738
748
export interface VictoryPortalProps {
739
749
children ?: React . ReactElement ;
740
750
groupComponent ?: React . ReactElement ;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ declare module "victory" {
37
37
// VictoryTransition,
38
38
VictoryPortal ,
39
39
VictoryPortalProps ,
40
- // Portal,
40
+ Portal ,
41
41
VictoryClipContainer ,
42
42
VictoryClipContainerProps ,
43
43
// addEvents,
@@ -211,7 +211,7 @@ declare module "victory" {
211
211
VictoryVoronoiProps ,
212
212
VictoryPortal ,
213
213
VictoryPortalProps ,
214
- // Portal,
214
+ Portal ,
215
215
VictoryContainer ,
216
216
VictoryContainerProps ,
217
217
VictoryClipContainer ,
You can’t perform that action at this time.
0 commit comments