@primer/components
Version:
Primer react components
10 lines • 421 B
JavaScript
/** This is the place where we keep components that are not part of the public
* api yet (not in main bundle). We don't recommend using it in production.
*
* But, they are published on npm and you can import them for experimentation/feedback.
* example: import {ActionList} from '@primer/components/drafts
*/
// Components
export * from './ActionList2';
export * from './NewButton';
export * from './ActionMenu2';