Type alias FloatingPanelProps
FloatingPanelProps: {
anchors: number[];
children: ReactNode;
handleDraggingOfContent?: boolean;
onHeightChange?: ((height, animating) => void);
} & NativeProps<"--border-radius" | "--z-index" | "--header-height">
Type declaration
anchors: number[]
children: ReactNode
Optional handleDraggingOfContent?: boolean
Optional onHeightChange?: ((height, animating) => void)
- (height, animating): void
Parameters
height: number
animating: boolean
Returns void