mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-07-15 04:07:47 +00:00
13 lines
200 B
JavaScript
13 lines
200 B
JavaScript
|
|
// @flow
|
||
|
|
|
||
|
|
/**
|
||
|
|
* The type of the React {@code Component} props of {@link TranscribingLabel}.
|
||
|
|
*/
|
||
|
|
export type Props = {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Invoked to obtain translated strings.
|
||
|
|
*/
|
||
|
|
t: Function
|
||
|
|
};
|