/** * The flattened data type a prop refers to, if any — `Cre8TagData[]` → `Cre8TagData`. * * The manifest writes an optional property's type as `Cre8TagData[] | undefined`, * so the `| undefined` has to come off before matching. Missing that is why the * first cut of this silently produced `any` for every one of them. */ export declare function flattenedTypeOf(type: string | undefined): string | null; //# sourceMappingURL=generate-react-wrappers.d.ts.map