UNPKG

125 BTypeScriptView Raw
1interface Props {
2 value?: boolean;
3}
4export default function UpgradeInsecureRequests({ value }: Props): null;
5export {};