UNPKG

ucom

Version:

Upstreet's open-source components library suitable for diverse digital products.

8 lines (7 loc) 272 B
import type { SVGProps } from "react"; interface SVGRProps { title?: string; titleId?: string; } declare const SvgControls: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element; export default SvgControls;