UNPKG

@storybook/design-system

Version:
8 lines 274 B
import { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } declare const SvgNetlify: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element; export default SvgNetlify; //# sourceMappingURL=Netlify.d.ts.map