UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

26 lines 1.49 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, ItemProps as ActionListItemProps, GroupProps as ActionListGroupProps, GroupedListProps as ActionListGroupedListProps, ItemInput as ActionListItemInput, } from './ActionList'; export { ActionMenu } from './ActionMenu'; export type { ActionMenuProps } from './ActionMenu'; export { default as FilteredSearch } from './FilteredSearch'; export type { FilteredSearchProps } from './FilteredSearch'; export { default as UnderlineNav } from './UnderlineNav'; export type { UnderlineNavProps, UnderlineNavLinkProps } from './UnderlineNav'; export { Dialog } from './DialogV1'; export type { DialogProps, DialogHeaderProps } from './DialogV1'; export { default as Octicon } from '../Octicon'; export type { OcticonProps } from '../Octicon'; export { default as Pagehead } from '../Pagehead'; export type { PageheadProps } from '../Pagehead'; export { default as TabNav } from '../TabNav'; export type { TabNavProps, TabNavLinkProps } from '../TabNav'; export { default as Tooltip } from '../Tooltip/Tooltip'; export type { TooltipProps } from '../Tooltip/Tooltip'; //# sourceMappingURL=index.d.ts.map