UNPKG

@keen.io/ui-core

Version:

Keen visual components library

7 lines (6 loc) 186 B
declare type Props = { color?: string; hoverColor?: string; }; export declare const Anchor: import("styled-components").StyledComponent<"a", any, Props, never>; export {};