sgcart/app/components/wrapper/wrapper.props.ts
2026-07-03 13:10:46 +05:30

7 lines
130 B
TypeScript

import { ViewStyle } from 'react-native';
export interface WrapperProps {
style?: ViewStyle;
onAuthenticated?: () => void;
}