UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

6 lines (5 loc) 202 B
import { type ReactNode } from 'react'; export declare const AutoExpandable: ({ threshold, children, }: { threshold?: number; children: ReactNode; }) => import("react/jsx-runtime").JSX.Element;