mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
chore: fix styles index export sequence
This commit is contained in:
parent
9ada662c91
commit
d093de715a
@ -44,6 +44,10 @@ export {
|
||||
checkboxDark,
|
||||
checkboxLight
|
||||
} from '../checkbox/styles'
|
||||
export {
|
||||
tagDark,
|
||||
tagLight
|
||||
} from '../tag/styles'
|
||||
export {
|
||||
tabsDark,
|
||||
tabsLight
|
||||
@ -268,10 +272,6 @@ export {
|
||||
inputGroupLabelDark,
|
||||
inputGroupLabelLight
|
||||
} from '../input-group-label/styles'
|
||||
export {
|
||||
tagDark,
|
||||
tagLight
|
||||
} from '../tag/styles'
|
||||
export {
|
||||
affixDark,
|
||||
affixLight
|
||||
|
Loading…
Reference in New Issue
Block a user