UNPKG

@open-tender/store

Version:

A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API

7 lines (6 loc) 242 B
import { SignInCheckoutProps } from '@open-tender/ui'; import { ReactNode } from 'react'; declare const SignInCheckout: ({ children }: { children: (props: SignInCheckoutProps) => ReactNode; }) => ReactNode; export default SignInCheckout;