react-native-ios-utilities
Version:
Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI
16 lines • 489 B
TypeScript
import * as React from 'react';
import { type ViewStyle } from 'react-native';
export declare function TriangleView(props: {
style?: ViewStyle;
width?: number;
height?: number;
color?: string;
children?: JSX.Element | JSX.Element[];
}): React.JSX.Element;
export declare function CircleView(props: {
style?: ViewStyle;
size?: number;
color?: string;
children?: JSX.Element | JSX.Element[];
}): React.JSX.Element;
//# sourceMappingURL=ViewShapes.d.ts.map