react-native-playful-avatar
Version:
Make Playful Avatar for your React Native apps
9 lines • 358 B
TypeScript
import type { TAvatarElement } from './types';
import { type ViewStyle } from 'react-native';
declare const PlayfulElement: ({ style, element, colorProps, }: {
style: ViewStyle;
element: TAvatarElement;
colorProps?: string;
}) => import("react/jsx-runtime").JSX.Element;
export default PlayfulElement;
//# sourceMappingURL=PlayfulElement.d.ts.map