UNPKG

@platformbuilders/react-native-ui

Version:
7 lines 176 B
interface Props { condition: boolean; children: any; } declare const If: ({ condition, children }: Props) => any; export default If; //# sourceMappingURL=index.d.ts.map