Maison > Questions et réponses > le corps du texte
isReservedTag : (x ? : chaîne) => boolean;
isReservedAttr: (x?: string) => boolean;
parsePlatformTagName: (x: string) => string;
isUnknownElement: (x?: string) => boolean;
getTagNamespace: (x?: string) => chaîne | void;
mustUseProp : (tag : string, type : ?string, name : string) => booléen ;