Searched refs:ActivityIndicatorProps (Results 1 – 3 of 3) sorted by relevance
21 export interface ActivityIndicatorProps extends ViewProps { interface48 declare class ActivityIndicatorComponent extends React.Component<ActivityIndicatorProps> {}
5 type ActivityIndicatorProps = Partial<React.ComponentProps<typeof LoadingIndicatorIcon>>;7 export function ActivityIndicator(props: ActivityIndicatorProps) {