UNPKG

140 BTypeScriptView Raw
1declare type PlatformConstants = {
2 forceTouchAvailable: boolean;
3};
4declare const _default: PlatformConstants;
5export default _default;