@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
7 lines (6 loc) • 431 B
TypeScript
import type { Assign } from "@ark-ui/react";
import { type HTMLChakraProps, type RecipeProps } from "../../styled-system";
export interface HeadingProps extends Assign<HTMLChakraProps<"h2">, RecipeProps<"heading">> {
}
export declare const Heading: import("react").ForwardRefExoticComponent<HeadingProps & import("react").RefAttributes<HTMLHeadingElement>>;
export declare const HeadingPropsProvider: React.Provider<HeadingProps>;