🦉
Size: a a a
🦉
🦉
О
О
A
SV
export declare type LoadedEvent = {
type: 'translationLoadSuccess';
};
SV
export declare type LoadedEvent = {
type: 'translationLoadSuccess';
};
🦉
LoadedEvent[‘type’]
SV
PD
TS2339: Property 'defaultProps' does not exist on type '(_a: any) => any'?
🦉
🦉
type: typeof eventType;
SV
type: typeof eventType;
SV
🦉
🦉
SV
BB
A