UNPKG

@equinor/mad-core

Version:

Core library for the Mobile App Delivery team

6 lines (5 loc) 357 B
import React from "react"; import { SettingsScreenCellConfigurationItem } from "./types"; import { NavigationProp } from "@react-navigation/native"; import { CoreStackParamListBase } from "../../../types"; export declare const renderCell: (item: SettingsScreenCellConfigurationItem, navigation: NavigationProp<CoreStackParamListBase>) => React.JSX.Element;