Completely updated React, fixed #11, (hopefully)
This commit is contained in:
9
goTorrentWebUI/node_modules/material-ui/Checkbox/Checkbox.d.ts
generated
vendored
9
goTorrentWebUI/node_modules/material-ui/Checkbox/Checkbox.d.ts
generated
vendored
@@ -2,14 +2,9 @@ import * as React from 'react';
|
||||
import { StandardProps } from '..';
|
||||
import { SwitchBaseProps, SwitchBaseClassKey } from '../internal/SwitchBase';
|
||||
|
||||
export interface CheckboxProps extends StandardProps<
|
||||
SwitchBaseProps,
|
||||
CheckboxClassKey
|
||||
> {}
|
||||
export interface CheckboxProps extends StandardProps<SwitchBaseProps, CheckboxClassKey> {}
|
||||
|
||||
export type CheckboxClassKey =
|
||||
| SwitchBaseClassKey
|
||||
;
|
||||
export type CheckboxClassKey = SwitchBaseClassKey;
|
||||
|
||||
declare const Checkbox: React.ComponentType<CheckboxProps>;
|
||||
|
||||
|
Reference in New Issue
Block a user