UNPKG

@100mslive/react-native-room-kit

Version:

100ms Room Kit provides simple & easy to use UI components to build Live Streaming & Video Conferencing experiences in your apps.

9 lines 337 B
import * as React from 'react'; import type { StyleProp, ViewStyle } from 'react-native'; export interface PaginationDotsProps { list: any[]; activeIndex: number; style?: StyleProp<ViewStyle>; } export declare const PaginationDots: React.NamedExoticComponent<PaginationDotsProps>; //# sourceMappingURL=PaginationDots.d.ts.map