UNPKG

react-native-unistyles

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