File tree 1 file changed +5
-5
lines changed
OUDS/Core/OUDS/Sources/_OUDS.docc
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ You can [refer to the wiki](https://github.com/Orange-OpenSource/ouds-ios/wiki/5
17
17
You should use one (or several) of the following imports for your needs, which are basically _ Swift Package_ products.
18
18
19
19
``` swift
20
- import OUDS // If you want to define your theme or use OUDSThemeableView
20
+ import OUDS // If you want to define your theme or use OUDSThemeableView
21
21
import OUDSModules // To use modules
22
- import OUDSComponents // To use components
22
+ import OUDSComponents // To use components
23
23
import OUDSThemeOrange // To use the default theme
24
24
import OUDSThemeInverse // To use the inverse theme
25
- import OUDSTokensComponent // If you need to override or use directly components tokens
26
- import OUDSTokenSemantic // If you need to override or use directly semantic tokens
27
- import OUDSTokensRaw // If you need to override or use directly raw tokens
25
+ import OUDSTokensComponent // If you need to override or use directly components tokens
26
+ import OUDSTokenSemantic // If you need to override or use directly semantic tokens
27
+ import OUDSTokensRaw // If you need to override or use directly raw tokens
28
28
```
29
29
30
30
### Chose your theme
You can’t perform that action at this time.
0 commit comments