UNPKG

@shopify/react-network

Version:

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

7 lines (6 loc) 155 B
import { StatusCode } from '@shopify/network'; interface Props { code: StatusCode; } export default function Status({ code }: Props): null; export {};