UNPKG

react-web-native-sketch

Version:

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

7 lines (6 loc) 176 B
import * as React from 'react'; declare class CCheckbox extends React.PureComponent<{}, {}> { render(): null; } export declare const Checkbox: typeof CCheckbox; export {};