UNPKG

155 BTypeScriptView Raw
1import { StatusCode } from '@shopify/network';
2interface Props {
3 code: StatusCode;
4}
5export default function Status({ code }: Props): null;
6export {};