We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e787ec commit b462314Copy full SHA for b462314
index.ts
@@ -15,6 +15,7 @@ export { Key } from "./lib/key.enum";
15
export { Button } from "./lib/button.enum";
16
export { centerOf, randomPointIn } from "./lib/location.function";
17
export { LocationParameters } from "./lib/locationparameters.class";
18
+export { OptionalSearchParameters } from "./lib/optionalsearchparameters.class";
19
export { linear } from "./lib/movementtype.function";
20
export { Point } from "./lib/point.class";
21
export { Region } from "./lib/region.class";
0 commit comments