UNPKG

@janblazej/react-native-materials

Version:

React Native component for native Material effects

4 lines 235 B
import * as React from 'react'; import { MaterialViewProps } from './Material.types'; export default function MaterialView({ variant, ...props }: MaterialViewProps): React.JSX.Element; //# sourceMappingURL=MaterialView.android.d.ts.map