UNPKG

@storybook/design-system

Version:
9 lines 266 B
import { icons } from '../../shared/icons'; export declare const CommunityLink: ({ href, icon, name }: Props) => JSX.Element; interface Props { href: string; icon: keyof typeof icons; name: string; } export {}; //# sourceMappingURL=CommunityLink.d.ts.map