File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 4848 "tailwindcss" : " ~4.0.17"
4949 },
5050 "devDependencies" : {
51- "@node-core/website-i18n" : " workspace:*" ,
5251 "@storybook/addon-controls" : " ^8.6.12" ,
5352 "@storybook/addon-interactions" : " ^8.6.12" ,
5453 "@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' ;
21import type {
32 SVGProps ,
43 AnchorHTMLAttributes ,
@@ -19,7 +18,8 @@ export type FormattedMessage =
1918 | ReactElement < HTMLElement , string | JSXElementConstructor < HTMLElement > >
2019 | ReadonlyArray < ReactNode > ;
2120
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