Skip to content

Commit 9e9ab92

Browse files
committed
Remove prop-types utilities
1 parent bc6be90 commit 9e9ab92

File tree

7 files changed

+0
-715
lines changed

7 files changed

+0
-715
lines changed

packages/victory-core/src/exports.test.ts

-15
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ import {
6767
PortalContext,
6868
PortalContextValue,
6969
PortalProps,
70-
PropTypes,
7170
RangePropType,
7271
RangeTuple,
7372
Rect,
@@ -172,7 +171,6 @@ describe("victory-core", () => {
172171
"PointPathHelpers",
173172
"Portal",
174173
"PortalContext",
175-
"PropTypes",
176174
"Rect",
177175
"Scale",
178176
"Selection",
@@ -215,7 +213,6 @@ describe("victory-core", () => {
215213
"LineHelpers",
216214
"Log",
217215
"PointPathHelpers",
218-
"PropTypes",
219216
"Scale",
220217
"Selection",
221218
"Style",
@@ -363,18 +360,6 @@ describe("victory-core", () => {
363360
"triangleDown": [Function],
364361
"triangleUp": [Function],
365362
},
366-
"PropTypes": Object {
367-
"allOfType": [Function],
368-
"deprecated": [Function],
369-
"domain": [Function],
370-
"greaterThanZero": [Function],
371-
"homogeneousArray": [Function],
372-
"integer": [Function],
373-
"matchDataLength": [Function],
374-
"nonNegative": [Function],
375-
"regExp": [Function],
376-
"scale": [Function],
377-
},
378363
"Scale": Object {
379364
"getBaseScale": [Function],
380365
"getDefaultScale": [Function],

packages/victory-core/src/victory-util/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export * as LabelHelpers from "./label-helpers";
1313
export * as LineHelpers from "./line-helpers";
1414
export * as Log from "./log";
1515
export * as PointPathHelpers from "./point-path-helpers";
16-
export * as PropTypes from "./prop-types";
1716
export * as Scale from "./scale";
1817
export * as Selection from "./selection";
1918
export type { SVGCoordinateType, SVGCoordinateBounds } from "./selection";

0 commit comments

Comments
 (0)