@base-ui-components/react
Version:
Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.
7 lines (6 loc) • 377 B
TypeScript
import PropTypes, { ValidationMap } from 'prop-types';
export declare const refType: PropTypes.Requireable<object>;
export declare function HTMLElementType(props: {
[key: string]: unknown;
}, propName: string, componentName: string, location: string, propFullName: string): Error | null;
export declare function exactProp<T>(propTypes: ValidationMap<T>): ValidationMap<T>;