UNPKG

@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.

16 lines (15 loc) 1 kB
import * as React from 'react'; export declare const defaultRenderFunctions: { button: (props: React.ComponentPropsWithRef<"button">) => React.JSX.Element; div: (props: React.ComponentPropsWithRef<"div">) => React.JSX.Element; h2: (props: React.ComponentPropsWithRef<"h2">) => React.JSX.Element; h3: (props: React.ComponentPropsWithRef<"h3">) => React.JSX.Element; output: (props: React.ComponentPropsWithRef<"output">) => React.JSX.Element; p: (props: React.ComponentPropsWithRef<"p">) => React.JSX.Element; span: (props: React.ComponentPropsWithRef<"span">) => React.JSX.Element; a: (props: React.ComponentPropsWithRef<"a">) => React.JSX.Element; label: (props: React.ComponentPropsWithRef<"label">) => React.JSX.Element; input: (props: React.ComponentPropsWithRef<"input">) => React.JSX.Element; fieldset: (props: React.ComponentPropsWithRef<"fieldset">) => React.JSX.Element; form: (props: React.ComponentPropsWithRef<"form">) => React.JSX.Element; };