UNPKG

rsuite

Version:

A suite of react components

9 lines (8 loc) 235 B
interface UseExpandedProps { expanded?: boolean; defaultExpanded?: boolean; eventKey?: string | number; collapsible?: boolean; } declare function useExpanded(props: UseExpandedProps): any[]; export default useExpanded;