@learncard/react
Enumerations
Type Aliases
ButtonProps
Ƭ ButtonProps: Object
Type declaration
Name | Type |
---|---|
className? | string |
onClick | MouseEventHandler <HTMLButtonElement > |
text? | string |
Defined in
packages/react-learn-card/src/components/Button/Button.tsx:3
CircleIconProps
Ƭ CircleIconProps: Object
Type declaration
Name | Type |
---|---|
bgColor? | string |
borderColor? | string |
count? | string | number |
hideCount? | boolean |
iconSrc? | string |
innerPadding? | string |
onClick? | () => void |
size? | string |
Defined in
packages/react-learn-card/src/components/CircleIcon/CircleIcon.tsx:6
CircleSpinnerProps
Ƭ CircleSpinnerProps: Object
Type declaration
Name | Type |
---|---|
color? | string |
loadingState? | CircleLoadingState |
marginOffset? | number |
size? | number |
thickness? | number |
Defined in
packages/react-learn-card/src/components/Loading/CircleSpinner.tsx:8
CountCircleProps
Ƭ CountCircleProps: Object
Type declaration
Name | Type |
---|---|
bgColor? | string |
className? | string |
count? | string | number |
innerPadding? | string |
onClick? | () => {} |
size? | string |
Defined in
packages/react-learn-card/src/components/CircleIcon/CircleIcon.tsx:17
FlippyCardProps
Ƭ FlippyCardProps: Object
Type declaration
Name | Type |
---|---|
children | React.ReactChild [] |
Defined in
packages/react-learn-card/src/components/FlippyCard/FlippyCard.tsx:3
LearnCardCreditCardBackFaceProps
Ƭ LearnCardCreditCardBackFaceProps: Object
Type declaration
Name | Type | Description |
---|---|---|
card | LearnCardCreditCardProps | - |
className? | string | custom className |
user | LearnCardCreditCardUserProps | - |
Defined in
packages/react-learn-card/src/components/LearnCardCreditCardBackFace/types.ts:1
LearnCardCreditCardFrontFaceProps
Ƭ LearnCardCreditCardFrontFaceProps: Object
Type declaration
Name | Type | Description |
---|---|---|
actionButtonText? | string | action button text Param Card" - set as default text. |
className? | string | custom className |
onClick? | () => void | action button click handler |
qrCodeValue? | string | qr code value |
showActionButton? | boolean | show or hide an action button Param Action button hidden by default. |
userImage? | string | user image |
userImageComponent? | React.ReactNode | custom image component |
Defined in
packages/react-learn-card/src/components/LearnCardCreditCardFrontFace/types.ts:1
LearnCardCreditCardProps
Ƭ LearnCardCreditCardProps: Object
Type declaration
Name | Type | Description |
---|---|---|
cardExpirationDate | string | card expiration date |
cardIssueDate? | string | card issue date |
cardNumber | string | card number |
cardSecurityCode? | string | card security code |
Defined in
packages/react-learn-card/src/components/LearnCardCreditCardBackFace/types.ts:24
LearnCardCreditCardUserProps
Ƭ LearnCardCreditCardUserProps: Object
Type declaration
Name | Type | Description |
---|---|---|
fullName | string | user full name |
username? | string | unique user handle / username |
Defined in
packages/react-learn-card/src/components/LearnCardCreditCardBackFace/types.ts:11
MiniVCThumbnailProps
Ƭ MiniVCThumbnailProps: Object
Type declaration
Name | Type | Description |
---|---|---|
badgeImage? | string | badge image |
className? | string | custom className |
createdAt? | string | issue date |
issuerImage? | string | issuer image |
onClick? | () => void | |
title? | string | thumbnail title |
Defined in
packages/react-learn-card/src/components/MiniVCThumbnail/types.ts:1
NotificationProps
Ƭ NotificationProps: Object
Type declaration
Name | Type |
---|---|
className? | string |
issueDate | string |
issuerImage? | string |
notificationType | NotificationTypeEnum |
onClick | () => void |
title | string |
Defined in
packages/react-learn-card/src/components/Notification/types.ts:10
QRCodeCardProps
Ƭ QRCodeCardProps: Object
Type declaration
Name | Type | Description |
---|---|---|
className? | string | custom className |
qrCodeValue | string | qr code value |
text? | string | text to display on the card |
userHandle? | string | user handle |
Defined in
packages/react-learn-card/src/components/QRCodeCard/types.ts:1
RoundedSquareProps
Ƭ RoundedSquareProps: Object
Type declaration
Name | Type |
---|---|
bgColor? | string |
count? | string | number |
description? | string |
iconSrc? | string |
imgSrc? | string |
onClick? | () => void |
title? | string |
type? | string |
Defined in
packages/react-learn-card/src/components/RoundedSquare/RoundedSquare.tsx:9
SchoolIDCardProps
Ƭ SchoolIDCardProps: Object
Type declaration
Name | Type | Description |
---|---|---|
backgroundImage | string | fixed ID background |
className? | string | custom className |
containerClassName? | string | custom container className |
extraText? | string | extra text to display on the ID card |
text? | React.ReactNode | string | text to display below the student name |
userImage | string | student image |
userName | string | student name |
Defined in
packages/react-learn-card/src/components/SchoolIdCard/types.ts:1
VCCardProps
Ƭ VCCardProps: Object
Type declaration
Name | Type |
---|---|
className? | string |
credential | VC |
issueeOverride? | Profile |
Defined in
packages/react-learn-card/src/components/VCCard/VCCard.tsx:7
VCDisplayCardPropsReal
Ƭ VCDisplayCardPropsReal: Object
Type declaration
Name | Type |
---|---|
className? | string |
credential | VC | AchievementCredential |
issueeOverride? | Profile |
loading? | boolean |
subjectImageComponent? | React.ReactNode |
verification? | VerificationItem [] |
Defined in
packages/react-learn-card/src/components/VCDisplayCard/VCDisplayCard.tsx:10
VCThumbnailProps
Ƭ VCThumbnailProps: Object
Type declaration
Name | Type | Description |
---|---|---|
badgeImage? | string | badge image |
className? | string | custom className |
createdAt? | string | issue date |
issuerImage? | string | issuer image |
listView? | boolean | condensed or full view of the thumbnail Param shows full view by default. |
onClick? | () => void | |
title? | string | thumbnail title |
userImage? | string | user image |
userImageComponent? | React.ReactNode | - |
Defined in
packages/react-learn-card/src/components/VCThumbnail/types.ts:3
VCVerificationCheckProps
Ƭ VCVerificationCheckProps: Object
Type declaration
Name | Type |
---|---|
loading? | boolean |
size? | string | number |
Defined in
packages/react-learn-card/src/components/VCVerificationCheck/VCVerificationCheck.tsx:5
Variables
NotificationTypeStyles
• Const
NotificationTypeStyles: Object
Type declaration
Name | Type |
---|---|
achievement | { IconComponent : FC <{ className? : string ; color? : string }> = Trophy; claimedButtonStyles : string = 'text-spice-400 bg-spice-50 border-spice-50'; iconCircleStyles : string = 'bg-spice-400'; textStyles : string = 'text-spice-400 capitalize'; unclaimedButtonStyles : string = 'text-white bg-spice-400 border-spice-400'; viewButtonStyles : string = 'border-spice-400 text-spice-400' } |
achievement.IconComponent | FC <{ className? : string ; color? : string }> |
achievement.claimedButtonStyles | string |
achievement.iconCircleStyles | string |
achievement.textStyles | string |
achievement.unclaimedButtonStyles | string |
achievement.viewButtonStyles | string |
currency | { IconComponent : FC <{ className? : string }> = Coins; claimedButtonStyles : string = 'text-cyan-600 bg-cyan-50 border-cyan-50'; iconCircleStyles : string = 'bg-cyan-600'; textStyles : string = 'text-cyan-600 capitalize'; unclaimedButtonStyles : string = 'text-white bg-cyan-600 border-cyan-600'; viewButtonStyles : string = 'border-cyan-600 text-cyan-600' } |
currency.IconComponent | FC <{ className? : string }> |
currency.claimedButtonStyles | string |
currency.iconCircleStyles | string |
currency.textStyles | string |
currency.unclaimedButtonStyles | string |
currency.viewButtonStyles | string |
id | { IconComponent : FC <{ className? : string }> = User; claimedButtonStyles : string = 'text-yellow-400 bg-yellow-50 border-yellow-50'; iconCircleStyles : string = 'bg-yellow-400'; textStyles : string = 'text-yellow-400 uppercase'; unclaimedButtonStyles : string = 'text-white bg-yellow-400 border-yellow-400'; viewButtonStyles : string = 'border-yellow-400 text-yellow-400' } |
id.IconComponent | FC <{ className? : string }> |
id.claimedButtonStyles | string |
id.iconCircleStyles | string |
id.textStyles | string |
id.unclaimedButtonStyles | string |
id.viewButtonStyles | string |
job | { IconComponent : FC <{ className? : string }> = Briefcase; claimedButtonStyles : string = 'text-emerald-400 bg-emerald-50 border-emerald-50'; iconCircleStyles : string = 'bg-emerald-400'; textStyles : string = 'text-emerald-400 capitalize'; unclaimedButtonStyles : string = 'text-white bg-emerald-400 border-emerald-400'; viewButtonStyles : string = 'border-emerald-400 text-emerald-400' } |
job.IconComponent | FC <{ className? : string }> |
job.claimedButtonStyles | string |
job.iconCircleStyles | string |
job.textStyles | string |
job.unclaimedButtonStyles | string |
job.viewButtonStyles | string |
learning | { IconComponent : FC <{ className? : string }> = Graduation; claimedButtonStyles : string = 'text-rose-400 bg-rose-50 border-rose-50'; iconCircleStyles : string = 'bg-rose-400'; textStyles : string = 'text-rose-400 capitalize'; unclaimedButtonStyles : string = 'text-white bg-rose-400 border-rose-400'; viewButtonStyles : string = 'border-rose-400 text-rose-400' } |
learning.IconComponent | FC <{ className? : string }> |
learning.claimedButtonStyles | string |
learning.iconCircleStyles | string |
learning.textStyles | string |
learning.unclaimedButtonStyles | string |
learning.viewButtonStyles | string |
skill | { IconComponent : FC <{ className? : string }> = Lightbulb; claimedButtonStyles : string = 'text-indigo-400 bg-indigo-50 border-indigo-50'; iconCircleStyles : string = 'bg-indigo-400'; textStyles : string = 'text-indigo-400 capitalize'; unclaimedButtonStyles : string = 'text-white bg-indigo-400 border-indigo-400'; viewButtonStyles : string = 'border-indigo-400 text-indigo-400' } |
skill.IconComponent | FC <{ className? : string }> |
skill.claimedButtonStyles | string |
skill.iconCircleStyles | string |
skill.textStyles | string |
skill.unclaimedButtonStyles | string |
skill.viewButtonStyles | string |
Defined in
packages/react-learn-card/src/components/Notification/types.ts:19
TYPE_TO_IMG_SRC
• Const
TYPE_TO_IMG_SRC: Object
Defined in
packages/react-learn-card/src/components/RoundedSquare/constants.ts:28
TYPE_TO_MINI_ICON
• Const
TYPE_TO_MINI_ICON: any
Defined in
packages/react-learn-card/src/components/RoundedSquare/constants.ts:13
TYPE_TO_WALLET_COLOR
• Const
TYPE_TO_WALLET_COLOR: Object
Defined in
packages/react-learn-card/src/components/RoundedSquare/constants.ts:37
WALLET_SUBTYPES
• Const
WALLET_SUBTYPES: Object
Type declaration
Name | Type |
---|---|
ACHIEVEMENTS | string |
CURRENCIES | string |
IDS | string |
JOB_HISTORY | string |
LEARNING_HISTORY | string |
SKILLS | string |
Defined in
packages/react-learn-card/src/components/RoundedSquare/constants.ts:19
Functions
AchievementCard
▸ AchievementCard(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <AchievementCardProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
Briefcase
▸ Briefcase(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <{ className? : string }> |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
Button
▸ Button(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <ButtonProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
Checkmark
▸ Checkmark(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <{ className? : string }> |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
CheckmarkSvg
▸ CheckmarkSvg(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <InlineSVGProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
CircleCheckButton
▸ CircleCheckButton(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <CircleCheckButtonProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
CircleIcon
▸ CircleIcon(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <CircleIconProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
Coins
▸ Coins(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <{ className? : string }> |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
CountCircle
▸ CountCircle(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <CountCircleProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
CourseCard
▸ CourseCard(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <CourseCardProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
CourseVerticalCard
▸ CourseVerticalCard(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <CourseCardVerticalProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
FlippyCard
▸ FlippyCard(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <FlippyCardProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
Graduation
▸ Graduation(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <{ className? : string }> |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
JobListCard
▸ JobListCard(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <JobListCardProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
JobListingBubble
▸ JobListingBubble(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <JobListingBubbleProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
LearnCardCreditCardBackFace
▸ LearnCardCreditCardBackFace(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <LearnCardCreditCardBackFaceProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
LearnCardCreditCardFrontFace
▸ LearnCardCreditCardFrontFace(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <LearnCardCreditCardFrontFaceProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
LearnPill
▸ LearnPill(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <LearnPillProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
Lightbulb
▸ Lightbulb(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <{ className? : string }> |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
MiniVCThumbnail
▸ MiniVCThumbnail(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <MiniVCThumbnailProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
Notification
▸ Notification(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <NotificationProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
QRCodeCard
▸ QRCodeCard(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <QRCodeCardProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
RoundedPill
▸ RoundedPill(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <RoundedPillProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
RoundedSquare
▸ RoundedSquare(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <RoundedSquareProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
SchoolIDCard
▸ SchoolIDCard(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <SchoolIDCardProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
SkillTabCard
▸ SkillTabCard(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <SkillTabCardProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
SkillVerticalCard
▸ SkillVerticalCard(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <SkillVerticalCardProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
SkillsCard
▸ SkillsCard(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <SkillsCardProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
SkillsMeterSegment
▸ SkillsMeterSegment(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <SkillsMeterSegmentProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
SkillsStatsCard
▸ SkillsStatsCard(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <SkillsStatsCardProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
SmallAchievementCard
▸ SmallAchievementCard(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <SmallAchievementCardProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
Trophy
▸ Trophy(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <{ className? : string ; color? : string }> |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
User
▸ User(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <{ className? : string }> |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
VCCard
▸ VCCard(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <VCCardProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
VCDisplayBackFace
▸ VCDisplayBackFace(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <VCDisplayCardProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
VCDisplayCard
▸ VCDisplayCard(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <VCDisplayCardPropsReal > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
VCThumbnail
▸ VCThumbnail(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <VCThumbnailProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
VCVerificationCheck
▸ VCVerificationCheck(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <VCVerificationCheckProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
VCVerificationCheckWithText
▸ VCVerificationCheckWithText(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <VCVerificationCheckProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543
ValidationStateIndicator
▸ ValidationStateIndicator(props
, context?
): null
| ReactElement
<any
, any
>
Parameters
Name | Type |
---|---|
props | PropsWithChildren <VerifiableStateIndicatorProps > |
context? | any |
Returns
null
| ReactElement
<any
, any
>
Defined in
node_modules/.pnpm/@types+react@17.0.47/node_modules/@types/react/index.d.ts:543