UNPKG

@equinor/mad-core

Version:

Core library for the Mobile App Delivery team

8 lines (7 loc) 221 B
import React from "react"; type UserInfoProps = { infoType: string; infoValue: string | null | undefined; }; export declare function UserInfo({ infoType, infoValue }: UserInfoProps): React.JSX.Element; export {};