Skip to content

Commit

Permalink
fix: cardNumberField iconMap 타입 수정 (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhn3981 authored Oct 30, 2023
1 parent fd702c0 commit b433530
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
import type { ComponentType, FC } from 'react';
import { createContext, useContext, useMemo } from 'react';
import type { ReactElementChild, ResponsiveValue } from '@vibrant-ui/core';
import type { ReactElementChild } from '@vibrant-ui/core';
import type { IconProps } from '@vibrant-ui/icons';

export type Configurations = {
avatar?: {
placeholder: string;
};
cardNumberField?: {
cardIconMap: Record<string, ComponentType<{ size?: ResponsiveValue<number> }>>;
cardIconMap: Record<string, ComponentType<{ size?: IconProps['size'] }>>;
};
};

Expand Down

1 comment on commit b433530

@vercel
Copy link

@vercel vercel bot commented on b433530 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jhn3981 is attempting to deploy a commit to the Class101 Team on Vercel.

To accomplish this, @jhn3981 needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.

Please sign in to comment.