UNPKG

@storybook/design-system

Version:
10 lines 268 B
import React from 'react'; export declare const Service: ({ text, href, logo, muteLogo }: Props) => JSX.Element; interface Props { text: string; href: string; logo: React.ReactNode; muteLogo?: boolean; } export {}; //# sourceMappingURL=Service.d.ts.map