react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
10 lines (9 loc) • 422 B
JavaScript
;
export * from "./config.js";
export { default as createPropsBuilder } from "./createPropsBuilder.js";
export * from "./processors/index.js";
export { stylePropsBuilder } from "./propsBuilder.js";
export * from "./registry.js";
// `AllStyleProps` is intentionally not re-exported — it is internal to the
// props builder and consumed by the configs directly via `./types`.
//# sourceMappingURL=index.js.map