UNPKG

@sikka/hawa

Version:

Modern UI Kit made with Tailwind

9 lines (6 loc) 161 B
import { FC } from 'react'; type StoreButtonsTypes = { store: "apple" | "google"; }; declare const AppStores: FC<StoreButtonsTypes>; export { AppStores };