UNPKG

react-native-unit-components

Version:

Unit React Native components

12 lines 485 B
/// <reference types="react" /> import { UNAccount, UNComponentsOnLoadResponse } from '../../types/shared'; export interface UNProgramDetailsComponentProps { accountId: string; theme?: string; language?: string; hideTitle?: boolean; onLoad?: (response: UNComponentsOnLoadResponse<[UNAccount]>) => void; } declare const _default: (props: UNProgramDetailsComponentProps) => JSX.Element; export default _default; //# sourceMappingURL=UNProgramDetailsComponent.d.ts.map