gather-content-ui
Version:
GatherContent UI Library
8 lines • 323 B
TypeScript
export declare function AnimatedWrapper({ animatableProperties, duration, children, ...rest }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace AnimatedWrapper {
var defaultProps: {
animatableProperties: {};
duration: number;
};
}
//# sourceMappingURL=AnimatedWrapper.d.ts.map