UNPKG

radix-vue

Version:

Vue port for Radix UI Primitives.

9 lines (8 loc) 950 B
import { PanelData } from '../SplitterPanel'; export declare function getPanelElement(id: string, scope?: ParentNode | HTMLElement): HTMLElement | null; export declare function getPanelElementsForGroup(groupId: string, scope?: ParentNode | HTMLElement): HTMLElement[]; export declare function getPanelGroupElement(id: string, rootElement?: ParentNode | HTMLElement): HTMLElement | null; export declare function getResizeHandleElement(id: string, scope?: ParentNode | HTMLElement): HTMLElement | null; export declare function getResizeHandleElementIndex(groupId: string, id: string, scope?: ParentNode | HTMLElement): number | null; export declare function getResizeHandleElementsForGroup(groupId: string, scope?: ParentNode | HTMLElement): HTMLElement[]; export declare function getResizeHandlePanelIds(groupId: string, handleId: string, panelsArray: PanelData[], scope?: ParentNode | HTMLElement): [idBefore: string | null, idAfter: string | null];