react-native-unit-components
Version:
Unit React Native components
10 lines • 335 B
TypeScript
/// <reference types="react" />
export interface UNWhiteLabelAppComponentProps {
customerToken?: string;
jwtToken?: string;
theme?: string;
language?: string;
}
declare const _default: (props: UNWhiteLabelAppComponentProps) => JSX.Element;
export default _default;
//# sourceMappingURL=UNWhiteLabelAppComponent.d.ts.map