@uiw/react-shields
Advanced tools
Comparing version 2.0.0 to 2.0.1
/// <reference types="react" /> | ||
import Container, { ContainerProps } from '../common/Container'; | ||
import Coverages from './Coverages'; | ||
import Codacy from './Codacy'; | ||
type CoverageComponent = typeof Container & { | ||
Coverages: typeof Coverages; | ||
Codacy: typeof Codacy; | ||
}; | ||
import { ContainerProps } from '../common/Container'; | ||
declare const Coverage: { | ||
(props: ContainerProps): CoverageComponent; | ||
(props: ContainerProps): import("react/jsx-runtime").JSX.Element; | ||
Coverages: import("react").ForwardRefExoticComponent<import("./Coverages").CoveragesProps & import("react").RefAttributes<HTMLImageElement>>; | ||
@@ -12,0 +6,0 @@ Codacy: import("react").ForwardRefExoticComponent<import("./Codacy").CodacyProps & import("react").RefAttributes<HTMLImageElement>>; |
/// <reference types="react" /> | ||
import Container, { ContainerProps } from '../common/Container'; | ||
import { Issues } from './Issues'; | ||
import { Size } from './Size'; | ||
import { License } from './License'; | ||
import Downloads from './Downloads'; | ||
import Activity from './Activity'; | ||
import Version from './Version'; | ||
import Analysis from './Analysis'; | ||
import Social from './Social'; | ||
type GithubComponent = typeof Container & { | ||
Issues: typeof Issues; | ||
Size: typeof Size; | ||
Downloads: typeof Downloads; | ||
License: typeof License; | ||
Activity: typeof Activity; | ||
Analysis: typeof Analysis; | ||
Version: typeof Version; | ||
Social: typeof Social; | ||
}; | ||
import { ContainerProps } from '../common/Container'; | ||
declare const Github: { | ||
(props: ContainerProps): GithubComponent; | ||
(props: ContainerProps): import("react/jsx-runtime").JSX.Element; | ||
Issues: import("react").ForwardRefExoticComponent<import("./Issues").IssuesProps & import("react").RefAttributes<HTMLImageElement>>; | ||
@@ -24,0 +6,0 @@ Size: import("react").ForwardRefExoticComponent<import("./Size").SizeProps & import("react").RefAttributes<HTMLImageElement>>; |
/// <reference types="react" /> | ||
import Container, { ContainerProps } from '../common/Container'; | ||
import Version from './Version'; | ||
import Size from './Size'; | ||
import Downloads from './Downloads'; | ||
type NpmComponent = typeof Container & { | ||
Version: typeof Version; | ||
Size: typeof Size; | ||
Downloads: typeof Downloads; | ||
}; | ||
import { ContainerProps } from '../common/Container'; | ||
declare const Npm: { | ||
(props: ContainerProps): NpmComponent; | ||
(props: ContainerProps): import("react/jsx-runtime").JSX.Element; | ||
Version: import("react").ForwardRefExoticComponent<import("./Version").VersionProps & import("react").RefAttributes<HTMLImageElement>>; | ||
@@ -14,0 +6,0 @@ Size: import("react").ForwardRefExoticComponent<import("./Size").SizeProps & import("react").RefAttributes<HTMLImageElement>>; |
declare module '@uiw/react-shields/coverage' { | ||
import Container from '@uiw/react-shields/esm/common/Container'; | ||
import Coverages from '@uiw/react-shields/esm/coverages/Coverages'; | ||
import Codacy from '@uiw/react-shields/esm/coverages/Codacy'; | ||
type CoverageComponent = typeof Container & { | ||
Coverages: typeof Coverages; | ||
Codacy: typeof Codacy; | ||
import { ContainerProps } from '@uiw/react-shields/esm/common/Container'; | ||
const Coverage: { | ||
(props: ContainerProps): import('react/jsx-runtime').JSX.Element; | ||
Coverages: import('react').ForwardRefExoticComponent< | ||
import('@uiw/react-shields/esm/coverages/Coverages').CoveragesProps & | ||
import('react').RefAttributes<HTMLImageElement> | ||
>; | ||
Codacy: import('react').ForwardRefExoticComponent< | ||
import('@uiw/react-shields/esm/coverages/Codacy').CodacyProps & import('react').RefAttributes<HTMLImageElement> | ||
>; | ||
displayName: string; | ||
}; | ||
const Coverage: CoverageComponent; | ||
export default Coverage; | ||
} |
/// <reference types="react" /> | ||
import Container, { ContainerProps } from '../common/Container'; | ||
import Coverages from './Coverages'; | ||
import Codacy from './Codacy'; | ||
type CoverageComponent = typeof Container & { | ||
Coverages: typeof Coverages; | ||
Codacy: typeof Codacy; | ||
}; | ||
import { ContainerProps } from '../common/Container'; | ||
declare const Coverage: { | ||
(props: ContainerProps): CoverageComponent; | ||
(props: ContainerProps): import("react/jsx-runtime").JSX.Element; | ||
Coverages: import("react").ForwardRefExoticComponent<import("./Coverages").CoveragesProps & import("react").RefAttributes<HTMLImageElement>>; | ||
@@ -12,0 +6,0 @@ Codacy: import("react").ForwardRefExoticComponent<import("./Codacy").CodacyProps & import("react").RefAttributes<HTMLImageElement>>; |
/// <reference types="react" /> | ||
import Container, { ContainerProps } from '../common/Container'; | ||
import { Issues } from './Issues'; | ||
import { Size } from './Size'; | ||
import { License } from './License'; | ||
import Downloads from './Downloads'; | ||
import Activity from './Activity'; | ||
import Version from './Version'; | ||
import Analysis from './Analysis'; | ||
import Social from './Social'; | ||
type GithubComponent = typeof Container & { | ||
Issues: typeof Issues; | ||
Size: typeof Size; | ||
Downloads: typeof Downloads; | ||
License: typeof License; | ||
Activity: typeof Activity; | ||
Analysis: typeof Analysis; | ||
Version: typeof Version; | ||
Social: typeof Social; | ||
}; | ||
import { ContainerProps } from '../common/Container'; | ||
declare const Github: { | ||
(props: ContainerProps): GithubComponent; | ||
(props: ContainerProps): import("react/jsx-runtime").JSX.Element; | ||
Issues: import("react").ForwardRefExoticComponent<import("./Issues").IssuesProps & import("react").RefAttributes<HTMLImageElement>>; | ||
@@ -24,0 +6,0 @@ Size: import("react").ForwardRefExoticComponent<import("./Size").SizeProps & import("react").RefAttributes<HTMLImageElement>>; |
/// <reference types="react" /> | ||
import Container, { ContainerProps } from '../common/Container'; | ||
import Version from './Version'; | ||
import Size from './Size'; | ||
import Downloads from './Downloads'; | ||
type NpmComponent = typeof Container & { | ||
Version: typeof Version; | ||
Size: typeof Size; | ||
Downloads: typeof Downloads; | ||
}; | ||
import { ContainerProps } from '../common/Container'; | ||
declare const Npm: { | ||
(props: ContainerProps): NpmComponent; | ||
(props: ContainerProps): import("react/jsx-runtime").JSX.Element; | ||
Version: import("react").ForwardRefExoticComponent<import("./Version").VersionProps & import("react").RefAttributes<HTMLImageElement>>; | ||
@@ -14,0 +6,0 @@ Size: import("react").ForwardRefExoticComponent<import("./Size").SizeProps & import("react").RefAttributes<HTMLImageElement>>; |
declare module '@uiw/react-shields/github' { | ||
import Container from '@uiw/react-shields/esm/common/Container'; | ||
import Issues from '@uiw/react-shields/esm/github/Issues'; | ||
import Size from '@uiw/react-shields/esm/github/Size'; | ||
import Downloads from '@uiw/react-shields/esm/github/Downloads'; | ||
import Activity from '@uiw/react-shields/esm/github/Activity'; | ||
import Version from '@uiw/react-shields/esm/github/Version'; | ||
import License from '@uiw/react-shields/esm/github/License'; | ||
import Analysis from '@uiw/react-shields/esm/github/Analysis'; | ||
import Social from '@uiw/react-shields/esm/github/Social'; | ||
type GithubComponent = typeof Container & { | ||
Issues: typeof Issues; | ||
Size: typeof Size; | ||
Downloads: typeof Downloads; | ||
License: typeof License; | ||
Activity: typeof Activity; | ||
Analysis: typeof Analysis; | ||
Version: typeof Version; | ||
Social: typeof Social; | ||
import { ContainerProps } from '@uiw/react-shields/esm/common/Container'; | ||
const Github: { | ||
(props: ContainerProps): import('react/jsx-runtime').JSX.Element; | ||
Issues: import('react').ForwardRefExoticComponent< | ||
import('@uiw/react-shields/esm/github/Issues').IssuesProps & import('react').RefAttributes<HTMLImageElement> | ||
>; | ||
Size: import('react').ForwardRefExoticComponent< | ||
import('@uiw/react-shields/esm/github/Size').SizeProps & import('react').RefAttributes<HTMLImageElement> | ||
>; | ||
Downloads: import('react').ForwardRefExoticComponent< | ||
import('@uiw/react-shields/esm/github/Downloads').DownloadsProps & import('react').RefAttributes<HTMLImageElement> | ||
>; | ||
License: import('react').ForwardRefExoticComponent< | ||
import('@uiw/react-shields/esm/github/License').LicenseProps & import('react').RefAttributes<HTMLImageElement> | ||
>; | ||
Activity: import('react').ForwardRefExoticComponent< | ||
import('@uiw/react-shields/esm/github/Activity').ActivityProps & import('react').RefAttributes<HTMLImageElement> | ||
>; | ||
Analysis: import('react').ForwardRefExoticComponent< | ||
import('@uiw/react-shields/esm/github/Analysis').AnalysisProps & import('react').RefAttributes<HTMLImageElement> | ||
>; | ||
Version: import('react').ForwardRefExoticComponent< | ||
import('@uiw/react-shields/esm/github/Version').VersionProps & import('react').RefAttributes<HTMLImageElement> | ||
>; | ||
Social: import('react').ForwardRefExoticComponent< | ||
import('@uiw/react-shields/esm/github/Social').SocialProps & import('react').RefAttributes<HTMLImageElement> | ||
>; | ||
displayName: string; | ||
}; | ||
const Github: GithubComponent; | ||
export default Github; | ||
} |
22
npm.d.ts
declare module '@uiw/react-shields/npm' { | ||
import Container from '@uiw/react-shields/esm/common/Container'; | ||
import Version from '@uiw/react-shields/esm/npm/Version'; | ||
import Size from '@uiw/react-shields/esm/npm/Size'; | ||
import Downloads from '@uiw/react-shields/esm/npm/Downloads'; | ||
type NpmComponent = typeof Container & { | ||
Version: typeof Version; | ||
Size: typeof Size; | ||
Downloads: typeof Downloads; | ||
import { ContainerProps } from '@uiw/react-shields/esm/common/Container'; | ||
const Npm: { | ||
(props: ContainerProps): import('react/jsx-runtime').JSX.Element; | ||
Version: import('react').ForwardRefExoticComponent< | ||
import('@uiw/react-shields/esm/npm/Version').VersionProps & import('react').RefAttributes<HTMLImageElement> | ||
>; | ||
Size: import('react').ForwardRefExoticComponent< | ||
import('@uiw/react-shields/esm/npm/Size').SizeProps & import('react').RefAttributes<HTMLImageElement> | ||
>; | ||
Downloads: import('react').ForwardRefExoticComponent< | ||
import('@uiw/react-shields/esm/npm/Downloads').DownloadProps & import('react').RefAttributes<HTMLImageElement> | ||
>; | ||
displayName: string; | ||
}; | ||
const Npm: NpmComponent; | ||
export default Npm; | ||
} |
{ | ||
"name": "@uiw/react-shields", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Shields.io for react component, Quality metadata badges for open source projects.", | ||
@@ -5,0 +5,0 @@ "author": "Kenny Wong <wowohoo@qq.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
134002
3240