Home
last modified time | relevance | path

Searched refs:ActivityIndicatorProps (Results 1 – 3 of 3) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/ActivityIndicator/
H A DActivityIndicator.d.ts21 export interface ActivityIndicatorProps extends ViewProps { interface
48 declare class ActivityIndicatorComponent extends React.Component<ActivityIndicatorProps> {}
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/ActivityIndicator/
H A DActivityIndicator.d.ts21 export interface ActivityIndicatorProps extends ViewProps { interface
48 declare class ActivityIndicatorComponent extends React.Component<ActivityIndicatorProps> {}
/expo/packages/expo-dev-launcher/bundle/components/
H A DActivityIndicator.tsx5 type ActivityIndicatorProps = Partial<React.ComponentProps<typeof LoadingIndicatorIcon>>;
7 export function ActivityIndicator(props: ActivityIndicatorProps) {