UNPKG

@activecollab/components

Version:

ActiveCollab Components

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