UNPKG

alinea

Version:
10 lines (9 loc) 779 B
import type { HTMLProps, PropsWithChildren } from 'react'; export declare namespace Sink { function Root(props: PropsWithChildren<HTMLProps<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element; function Row(props: PropsWithChildren<HTMLProps<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element; function Content(props: PropsWithChildren<HTMLProps<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element; function Options(props: PropsWithChildren<HTMLProps<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element; function Header(props: PropsWithChildren<HTMLProps<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element; function Title(props: PropsWithChildren<HTMLProps<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element; }