UNPKG

257 BTypeScriptView Raw
1type AllowlistsHolder = {
2 UI_THREAD_PROPS_WHITELIST: Record<string, boolean>;
3 NATIVE_THREAD_PROPS_WHITELIST: Record<string, boolean>;
4};
5export declare const PropsAllowlists: AllowlistsHolder;
6export {};
7//# sourceMappingURL=propsAllowlists.d.ts.map
\No newline at end of file