UNPKG

@primer/components

Version:
7 lines (6 loc) 459 B
import { SystemCommonProps, SystemLayoutProps, SystemTypographyProps } from '../constants'; import { SxProp } from '../sx'; import { ComponentProps } from '../utils/types'; declare const ButtonTableList: import("styled-components").StyledComponent<"summary", any, SystemCommonProps & SystemTypographyProps & SystemLayoutProps & SxProp, never>; export declare type ButtonTableListProps = ComponentProps<typeof ButtonTableList>; export default ButtonTableList;