bn-piar

Results 2 comments of bn-piar

@aaron-bond hello there =) Is there any progress on this?

I found this fixes import suggestions: Add `index.ts` file to the root `primereact` folder, export * from all components ```ts // primereact/index.ts export * from './button' // ... rest exports...