Sha256: 8287952c47bdf566fa00e00eda55de266243084e799a1ddbc1b3483eb8532338
Contents?: true
Size: 384 Bytes
Versions: 8
Compression:
Stored size: 384 Bytes
Contents
export interface GitHubButtonProps { "href": string; "aria-label"?: string; "title"?: string; "data-icon"?: string; "data-color-scheme"?: string; "data-size"?: string; "data-show-count"?: boolean | string; "data-text"?: string; } export function render(props: GitHubButtonProps | HTMLAnchorElement, callback: (el: HTMLIFrameElement | HTMLSpanElement) => void): void;
Version data entries
8 entries across 8 versions & 1 rubygems