1 | import Global from './props.global.js'
|
2 | import Sizes from './props.sizes.js'
|
3 | import Colors from './props.colors.js'
|
4 | import BrandColors from './props.colors.brand.js'
|
5 | import Fonts from './props.fonts.js'
|
6 | import Borders from './props.borders.js'
|
7 | import Shadows from './props.shadows.js'
|
8 | import Zindex from './props.zindex.js'
|
9 |
|
10 | export default CCProps = {
|
11 | ...Global,
|
12 | ...Sizes,
|
13 | ...Colors,
|
14 | ...BrandColors,
|
15 | ...Fonts,
|
16 | ...Borders,
|
17 | ...Shadows,
|
18 | ...Zindex,
|
19 | } |
\ | No newline at end of file |