Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
| 123456789101112 |
- // @flow
-
- /**
- * The type of the React {@code Component} props of {@link TranscribingLabel}.
- */
- export type Props = {
-
- /**
- * Invoked to obtain translated strings.
- */
- t: Function
- };
|