Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

119
Views
isAny way to import of all variables to packages in JS?

Hello There my problem simple but i cant find any way to fix this some times when we import just file thats be enough.

like


import './reset.css'
import './App.css';
import "@testing-library/jest-dom";
import 'web-vitals'

when i import like that there package codes are coming to my ide.

so i want to import chakra-ui all variables because some times.

import { Alert ,
  Image,
  Button,
  Text,
  Box, 
  Modal,
    ModalOverlay,
    ModalContent,
    ModalHeader,
    ModalFooter,
    ModalBody,
    ModalCloseButton,
    useDisclosure,
    FormLabel,
    FormControl,
    Input,
    Textarea} from '@chakra-ui/react'

can be like that i want to inject to all variables to my ide(how) i can do that ?

about 4 years ago · Santiago Gelvez
1 answers
Answer question

0

What you could do is following:

import * as chakra from '@chakra-ui/react';

// Then use it like this

const a = new chakra.Image()
about 4 years ago · Santiago Gelvez Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!