UNPKG

@primer/components

Version:
10 lines (9 loc) 408 B
/** 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 */ export * from './ActionList2'; export * from './NewButton'; export * from './ActionMenu2';