mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-12 15:32:34 +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
|
|
};
|