UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

20 lines 1.25 kB
/** This is the place where we keep components that are deprecated. * We don't recommend using it in production. * If you already use them, please move to the suggested alternative components * * But, they are published on npm and you can import them. * example: import {FormGroup} from '@primer/react/deprecated */ export { ActionList } from './ActionList'; export type { ActionListProps } from './ActionList'; export { ActionMenu } from './ActionMenu'; export type { ActionMenuProps } from './ActionMenu'; export { default as Button, ButtonDanger, ButtonOutline, ButtonPrimary, ButtonInvisible, ButtonTableList, ButtonClose, } from './Button'; export type { ButtonProps, ButtonDangerProps, ButtonOutlineProps, ButtonPrimaryProps, ButtonInvisibleProps, ButtonTableListProps, ButtonCloseProps, } from './Button'; export { default as FilterList } from './FilterList'; export type { FilterListProps, FilterListItemProps } from './FilterList'; export { default as FilteredSearch } from './FilteredSearch'; export type { FilteredSearchProps } from './FilteredSearch'; export { default as UnderlineNav } from './UnderlineNav'; export type { UnderlineNavProps, UnderlineNavLinkProps } from './UnderlineNav'; //# sourceMappingURL=index.d.ts.map