UNPKG

react-web-native-sketch

Version:

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

6 lines (5 loc) 253 B
import * as React from 'react'; import { Testable } from '../../'; import { ButtonProps } from './Button.types'; export { fade } from '@material-ui/core/styles/colorManipulator'; export declare const Button: React.ComponentType<ButtonProps & Testable>;