UNPKG

@equinor/mad-core

Version:

Core library for the Mobile App Delivery team

4 lines (3 loc) 188 B
import React from "react"; import { SettingsScreenSectionProps } from "./types"; export declare const SettingsSection: ({ title, items }: SettingsScreenSectionProps) => React.JSX.Element;