UNPKG

react-web-native-sketch

Version:

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

5 lines (4 loc) 183 B
/// <reference types="react" /> import * as React from 'react'; import { OwnProps } from "./TableComponent.types"; export declare const TableComponent: React.ComponentType<OwnProps>;