export type GuxTreeSize = 'comfy' | 'compact'; export type GuxTreeAlignment = 'start' | 'end'; export type GuxTreeNodeElement = HTMLGuxBranchElement | HTMLGuxLeafElement;