"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7561/react/features/prejoin/types.ts" (29 Sep 2023, 56 Bytes) of package /linux/misc/jitsi-meet-7561.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) TypeScript source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 export interface IPrejoinProps {
    2     navigation: any;
    3 }