UNPKG

react-native-unit-components

Version:

Unit React Native components

11 lines 341 B
import { TurboModule } from 'react-native'; interface Spec extends TurboModule { getAppName(): string; getVersion(): string; getBuildNumber(): string; getAppIdentifier(): string; readFontFileAsBase64(fileName: string): string; } declare const _default: Spec; export default _default; //# sourceMappingURL=AppInfo.d.ts.map