@storybook/design-system
Version:
Storybook design system
8 lines • 331 B
TypeScript
import { SVGProps } from 'react';
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgStorybookMonochromeInverse: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
export default SvgStorybookMonochromeInverse;
//# sourceMappingURL=StorybookMonochromeInverse.d.ts.map