mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2025-06-11 18:03:18 +02:00
don't export internal checkbox
This commit is contained in:
@ -78,7 +78,7 @@ _NumberField.contextTypes = contextTypes;
|
||||
_NumberField.propTypes = propTypes;
|
||||
export const NumberField = muiThemeable()(_NumberField);
|
||||
|
||||
export const _Checkbox = ({ name, muiTheme: { palette }, ...props }, context) => (
|
||||
const _Checkbox = ({ name, muiTheme: { palette }, ...props }, context) => (
|
||||
<span style={{ display: 'flex', position: 'relative' }}>
|
||||
<MaterialUICheckbox
|
||||
{...props}
|
||||
|
Reference in New Issue
Block a user