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.

8 lines 300 B
import React from 'react'; interface FooterProps { } export declare const _Footer: React.FC<FooterProps>; export declare const useFooterHeight: (excludeSafeArea?: boolean) => number; export declare const Footer: React.NamedExoticComponent<FooterProps>; export {}; //# sourceMappingURL=Footer.d.ts.map