UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

8 lines (7 loc) 222 B
import * as React from 'react'; import { StyleSheetClass } from "../../utils/theme.types"; export interface Props { style?: StyleSheetClass; name?: string; } export declare const Paper: React.ComponentType<Props>;