UNPKG

rn-inkpad

Version:

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

4 lines (3 loc) 439 B
import React from 'react'; import { SlideActionProps } from '../../types'; export declare const SlideAction: ({ height, icon, iconColor, iconCompletedColor, iconOnCompleted, iconSize, isCompleted, onCompleted, padding, readonly, style, text, textOnCompleted, textPosition, textStyle, thumbBorderColor, thumbBorderWidth, thumbColor, thumbCompletedColor, thumbWidth, tintColor, tintCompletedColor, }: SlideActionProps) => React.JSX.Element;