Added OverridablePassProps to exported types

This commit is contained in:
Alexander Cerutti
2021-10-24 15:39:35 +02:00
parent 35214e2c50
commit 7c9716c589

View File

@@ -14,4 +14,5 @@ export type {
Semantics, Semantics,
TransitType, TransitType,
Personalize, Personalize,
OverridablePassProps,
} from "./schemas"; } from "./schemas";