@darrench3140/react-native-sprite-sheet
Version:
An up to date react native sprite sheet for use in animations.
5 lines • 310 B
TypeScript
import React from 'react';
import type { AnimatedSpriteProps, AnimatedSpriteType } from '..';
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<AnimatedSpriteProps & React.RefAttributes<AnimatedSpriteType>>>;
export default _default;
//# sourceMappingURL=AnimatedSprite.d.ts.map