@primer/components
Version:
Primer react components
7 lines (6 loc) • 347 B
TypeScript
import { SystemCommonProps } from './constants';
import { SxProp } from './sx';
import { ComponentProps } from './utils/types';
declare const LabelGroup: import("styled-components").StyledComponent<"span", any, SystemCommonProps & SxProp, never>;
export declare type LabelGroupProps = ComponentProps<typeof LabelGroup>;
export default LabelGroup;