UNPKG

@fidely-ui/react

Version:

Fidely UI is a modern, beautifully crafted React design system powered by Ark UI and Panda CSS, delivering accessible and themeable components for building exceptional web apps

7 lines (6 loc) 438 B
import { type Assign } from '@ark-ui/react'; import { type HTMLStyledProps } from '@fidely-ui/styled-system/types'; import { type HeadingVariantProps } from '@fidely-ui/styled-system/recipes'; export interface HeadingProps extends Assign<HTMLStyledProps<'h2'>, HeadingVariantProps> { } export declare const Heading: import("react").ForwardRefExoticComponent<Omit<HeadingProps, "ref"> & import("react").RefAttributes<HTMLHeadingElement>>;