File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const transitionProps: SystemStyleObject = {
77 transitionDuration : 'normal' ,
88} ;
99
10- export const customSelectTheme = helpers . defineMultiStyleConfig ( {
10+ export const customSelectTheme : ReturnType < typeof helpers . defineMultiStyleConfig > = helpers . defineMultiStyleConfig ( {
1111 baseStyle : {
1212 root : {
1313 ...transitionProps ,
Original file line number Diff line number Diff line change 3131 "typescript" : " tsc --p ./tsconfig-build.json --noEmit"
3232 },
3333 "peerDependencies" : {
34+ "@ark-ui/react" : " ^1.3.0" ,
3435 "@chakra-ui/anatomy" : " ^2.2.2" ,
3536 "@chakra-ui/icons" : " ^2.1.1" ,
3637 "@chakra-ui/layout" : " ^2.3.1" ,
5455 "react-select" : " ^5.8.0"
5556 },
5657 "devDependencies" : {
57- "@ark-ui/react" : " ^1.3.0" ,
5858 "@chakra-ui/anatomy" : " ^2.2.2" ,
5959 "@chakra-ui/icons" : " ^2.1.1" ,
6060 "@chakra-ui/layout" : " ^2.3.1" ,
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ export default defineConfig({
2525 } ,
2626 rollupOptions : {
2727 external : [
28+ '@ark-ui/react' ,
2829 '@chakra-ui/anatomy' ,
2930 '@chakra-ui/icons' ,
3031 '@chakra-ui/layout' ,
You can’t perform that action at this time.
0 commit comments