UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

6 lines 356 B
import type { SxProp } from '../../sx'; import type { ComponentProps } from '../../utils/types'; declare const ButtonTableList: import("styled-components").StyledComponent<"summary", any, SxProp, never>; export type ButtonTableListProps = ComponentProps<typeof ButtonTableList>; export default ButtonTableList; //# sourceMappingURL=ButtonTableList.d.ts.map