rn-inkpad
Version:
<img src="https://res.cloudinary.com/fercloudinary/image/upload/v1715452841/packages/inkpad-banner_acl0xl.png" />
13 lines (12 loc) • 618 B
TypeScript
import { ActionSheetTheme } from '../types/actionSheetTypes';
export declare const useActionSheet: (actionLength: number, theme?: ActionSheetTheme) => {
appearance?: import("../types/actionSheetTypes").Appearances | undefined;
backgroundColor?: string | undefined;
buttonColor?: string | undefined;
closeBackgroundColor?: string | undefined;
closeIconColor?: string | undefined;
separatorColor?: string | undefined;
textColor?: string | undefined;
theme?: import("../types/actionSheetTypes").ValidTheme | undefined;
getBorder: (idx: number) => "bottom" | "top" | "none" | "all";
};