UNPKG

bananas-commerce-admin

Version:

What's this, an admin for apes?

9 lines (8 loc) 232 B
import React from "react"; export interface ExchangeSwitchProps { checked: boolean; onChange: () => void; disabled?: boolean; } declare const ExchangeSwitch: React.FC<ExchangeSwitchProps>; export default ExchangeSwitch;