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) 190 B
import * as React from 'react'; import { TopbarProps } from "./Topbar.types"; import { WithStyles } from "../.."; export declare const Topbar: React.ComponentType<TopbarProps & WithStyles>;