import React from "react"; export type CollapsibleProps = { open: boolean; children: React.ReactNode; };