UNPKG

react-native-unistyles

Version:
7 lines 233 B
import React, { type PropsWithChildren } from 'react'; type DisplayProps = { mq: symbol; } & PropsWithChildren; export declare const Display: React.FunctionComponent<DisplayProps>; export {}; //# sourceMappingURL=Display.d.ts.map