mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-09-02 02:17:49 +00:00
[RN] Add ExpandedLabel
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
d604cdfe27
commit
e5cc732b72
@@ -12,6 +12,7 @@ export type Props = {
|
||||
/**
|
||||
* Abstract class for the {@code CircularLabel} component.
|
||||
*/
|
||||
export default class AbstractCircularLabel<P: Props> extends Component<P> {
|
||||
export default class AbstractCircularLabel<P: Props, S: *>
|
||||
extends Component<P, S> {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user