UNPKG

@kirz/expo-content-blocker

Version:
4 lines 235 B
import { ContentBlockerRule } from "./types"; export declare function applyBlockerRules(rules: ContentBlockerRule[]): Promise<void>; export declare function getBlockerState(): Promise<any>; //# sourceMappingURL=content-blocker.d.ts.map