UNPKG

431 BTypeScriptView Raw
1import type { Assign } from "@ark-ui/react";
2import { type HTMLChakraProps, type RecipeProps } from "../../styled-system";
3export interface HeadingProps extends Assign<HTMLChakraProps<"h2">, RecipeProps<"heading">> {
4}
5export declare const Heading: import("react").ForwardRefExoticComponent<HeadingProps & import("react").RefAttributes<HTMLHeadingElement>>;
6export declare const HeadingPropsProvider: React.Provider<HeadingProps>;