How to get plain React components from imported Figma file?

How can I get the plain react components code from an imported figma file, I don’t want to use the plasmic header component.

Hi! You can download the React generated code for Plasmic projects using codegen: https://docs.plasmic.app/learn/codegen-guide/

So you could use the Plasmic Figma-to-code plugin (https://docs.plasmic.app/learn/importing-from-figma/) to import a figma design into a Plasmic page or component, and then sync that project in your codebase

Please LMK if the above helps