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

package.dist.components.field.field-root.d.ts Maven / Gradle / Ivy

import { HTMLProps, PolymorphicProps } from '../factory';
import { UseFieldProps } from './use-field';
import { ForwardRefExoticComponent, RefAttributes } from 'react';
export interface FieldRootBaseProps extends UseFieldProps, PolymorphicProps {
}
export interface FieldRootProps extends HTMLProps<'div'>, FieldRootBaseProps {
}
export declare const FieldRoot: ForwardRefExoticComponent>;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy