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