@cerberus-design/react
Version:
The Cerberus Design React component library.
6 lines (5 loc) • 527 B
TypeScript
import { CerberusPrimitiveProps } from '../../system/index';
import { TagVariantProps } from 'styled-system/recipes';
import { HTMLAttributes, ForwardRefExoticComponent, DetailedHTMLProps, RefAttributes } from 'react';
export type TagRootProps = CerberusPrimitiveProps<Omit<HTMLAttributes<HTMLSpanElement>, 'onClick'> & TagVariantProps>;
export declare const TagRoot: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps< DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, "ref"> & RefAttributes<unknown>>;