partial: use theme only for switch customization
This commit is contained in:
parent
af21051989
commit
4bfb94182c
19 changed files with 75 additions and 106 deletions
|
|
@ -3,7 +3,6 @@ import Checkbox from './base/Checkbox'
|
|||
import CodeInput from './base/CodeInput'
|
||||
import RadioGroup from './base/RadioGroup'
|
||||
import Select from './base/Select'
|
||||
import Switch from './base/Switch'
|
||||
import TextInput from './base/TextInput'
|
||||
import { CashIn, CashOut } from './cashbox/Cashbox'
|
||||
|
||||
|
|
@ -12,7 +11,6 @@ export {
|
|||
TextInput,
|
||||
Checkbox,
|
||||
CodeInput,
|
||||
Switch,
|
||||
Select,
|
||||
RadioGroup,
|
||||
CashIn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue