UNPKG

rn-inkpad

Version:

<img src="https://res.cloudinary.com/fercloudinary/image/upload/v1715452841/packages/inkpad-banner_acl0xl.png" />

4 lines (3 loc) 250 B
import React from 'react'; import { SwitchProps } from '../../types'; export declare const Switch: ({ backgrounColor, border, borderColor, borderWidth, isOn, fullWidth, justifyContent, onChange, textStyle, text, }: SwitchProps) => React.JSX.Element;