UNPKG

@activecollab/components

Version:

ActiveCollab Components

4 lines 273 B
import React from "react"; import { IExpander } from "./ExpanderInterface"; export declare const ExpandAll: React.ForwardRefExoticComponent<IExpander & Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>; //# sourceMappingURL=ExpandAll.d.ts.map