mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
10 lines
242 B
JavaScript
10 lines
242 B
JavaScript
import darkstyleScheme from '../../styles/themes/dark/jsIndex.scss'
|
|
import lightstyleScheme from '../../styles/themes/light/jsIndex.scss'
|
|
|
|
const styleScheme = {
|
|
dark: darkstyleScheme,
|
|
light: lightstyleScheme
|
|
}
|
|
|
|
export default styleScheme
|