File tree 2 files changed +5
-6
lines changed 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 48
48
"tailwindcss" : " ~4.0.17"
49
49
},
50
50
"devDependencies" : {
51
- "@node-core/website-i18n" : " workspace:*" ,
52
51
"@storybook/addon-controls" : " ^8.6.12" ,
53
52
"@storybook/addon-interactions" : " ^8.6.12" ,
54
53
"@storybook/addon-styling-webpack" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 1
- import type { LocaleConfig } from '@node-core/website-i18n/types' ;
2
1
import type {
3
2
SVGProps ,
4
3
AnchorHTMLAttributes ,
@@ -19,7 +18,8 @@ export type FormattedMessage =
19
18
| ReactElement < HTMLElement , string | JSXElementConstructor < HTMLElement > >
20
19
| ReadonlyArray < ReactNode > ;
21
20
22
- export type SimpleLocaleConfig = Pick <
23
- LocaleConfig ,
24
- 'name' | 'code' | 'localName'
25
- > ;
21
+ export type SimpleLocaleConfig = {
22
+ code : string ;
23
+ localName : string ;
24
+ name : string ;
25
+ } ;
You can’t perform that action at this time.
0 commit comments