UNPKG

nehonix-uri-processor

Version:

A powerful URI processor for encoding, decoding, and analyzing URI data securely.

10 lines 328 B
import React from "react"; import { NehonixShieldConfig } from "../../types/frameworks.type"; /** * Nehonix Shield Provider Component */ export declare const NehonixShieldProvider: React.FC<{ children: React.ReactNode; initialConfig?: Partial<NehonixShieldConfig>; }>; //# sourceMappingURL=REACT.NehonixShield.d.ts.map