UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

7 lines (6 loc) 356 B
import type { HtmlIngredientProps } from '../types.js'; export interface FloatingPanelHeaderProps extends HtmlIngredientProps<'div', HTMLDivElement> { } declare const FloatingPanelHeader: import("svelte").Component<FloatingPanelHeaderProps, {}, "ref">; type FloatingPanelHeader = ReturnType<typeof FloatingPanelHeader>; export default FloatingPanelHeader;