All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.factory.d.ts Maven / Gradle / Ivy

Go to download

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

The newest version!
import { default as React, ComponentPropsWithoutRef, JSX } from 'react';
export interface PolymorphicProps {
    /**
     * Use the provided child element as the default rendered element, combining their props and behavior.
     */
    asChild?: boolean;
}
type JsxElements = {
    [E in keyof JSX.IntrinsicElements]: ArkForwardRefComponent;
};
type ArkForwardRefComponent = React.ForwardRefExoticComponent>;
type ArkPropsWithRef = React.ComponentPropsWithRef & PolymorphicProps;
export type HTMLProps = ComponentPropsWithoutRef;
export type HTMLArkProps = HTMLProps & PolymorphicProps;
export declare const jsxFactory: () => JsxElements;
export declare const ark: JsxElements;
export {};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy