react-credit-card-flipping
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -1,3 +0,19 @@ | ||
import { Props } from './types'; | ||
import * as React from 'react'; | ||
export declare function Card(props: Props): React.FC; | ||
export interface Props extends React.Props<Card> { | ||
brand?: string; | ||
name: string; | ||
number: string; | ||
expiry: string; | ||
cvv: number | string; | ||
backgroundColor?: string; | ||
filledBackgroundColor?: string; | ||
flipCard?: boolean; | ||
emptyName?: string; | ||
} | ||
declare class Card extends React.Component<Props, any> {} | ||
declare module 'react-credit-card-flipping' {} | ||
export default Card; |
{ | ||
"name": "react-credit-card-flipping", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Credit card flipping to ReactJS", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59603
165
4