UNPKG

@shopify/react-network

Version:

A collection of components that allow you to set common HTTP headers from within your React application

7 lines 196 B
import type { StatusCode } from '@shopify/network'; interface Props { code: StatusCode; } export default function Status({ code }: Props): null; export {}; //# sourceMappingURL=Status.d.ts.map