@primer/react
Version:
An implementation of GitHub's Primer Design System using React
15 lines (14 loc) • 799 B
TypeScript
export { default } from './Button';
export type { ButtonProps } from './Button';
export { default as ButtonDanger } from './ButtonDanger';
export type { ButtonDangerProps } from './ButtonDanger';
export { default as ButtonOutline } from './ButtonOutline';
export type { ButtonOutlineProps } from './ButtonOutline';
export { default as ButtonPrimary } from './ButtonPrimary';
export type { ButtonPrimaryProps } from './ButtonPrimary';
export { default as ButtonInvisible } from './ButtonInvisible';
export type { ButtonInvisibleProps } from './ButtonInvisible';
export { default as ButtonTableList } from './ButtonTableList';
export type { ButtonTableListProps } from './ButtonTableList';
export { default as ButtonClose } from './ButtonClose';
export type { ButtonCloseProps } from './ButtonClose';