Sha256: 42b8e1c5c26be384174aeccf6d01c988a1c6913f1141d1bdea01ac4233641f3f
Contents?: true
Size: 457 Bytes
Versions: 2
Compression:
Stored size: 457 Bytes
Contents
import { GlobalProps } from '../utilities/globalProps'; declare type HashtagProps = { aria?: { [key: string]: string; }; className?: string; dark?: boolean; data?: string; id?: string; newWindow?: boolean; rel?: string; text?: string; type: "default" | "home" | "project" | "appointment"; url?: string; } & GlobalProps; declare const Hashtag: (props: HashtagProps) => JSX.Element; export default Hashtag;
Version data entries
2 entries across 2 versions & 1 rubygems