UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

6 lines (5 loc) 216 B
import { ComponentProps } from 'react'; /** * Text to be displayed over a Separator */ export declare const SeparatorText: ({ className, children, ...props }: ComponentProps<"div">) => import("react").JSX.Element;