@primer/components
Version:
Primer react components
7 lines (6 loc) • 459 B
TypeScript
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;