UNPKG

react-xml-viewer

Version:
15 lines (14 loc) 309 B
export declare function useCollapsible(level: number): { collapsed: boolean; buttonProps: { onClick?: undefined; role?: undefined; style?: undefined; } | { onClick: () => void; role: string; style: { cursor: string; }; }; };