@bunnyapp/components 1.0.48 → 1.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ declare const Amex: ({ className }: {
2
+ className?: string | undefined;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default Amex;
@@ -0,0 +1,4 @@
1
+ declare const ChinaUnionPay: ({ className }: {
2
+ className?: string | undefined;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default ChinaUnionPay;
@@ -0,0 +1,4 @@
1
+ declare const CreditCard: ({ className }: {
2
+ className?: string | undefined;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default CreditCard;
@@ -0,0 +1,4 @@
1
+ declare const DinersClub: ({ className }: {
2
+ className?: string | undefined;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default DinersClub;
@@ -0,0 +1,4 @@
1
+ declare const Discover: ({ className }: {
2
+ className?: string | undefined;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default Discover;
@@ -0,0 +1,4 @@
1
+ declare const JCB: ({ className }: {
2
+ className?: string | undefined;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default JCB;
@@ -0,0 +1,4 @@
1
+ declare const Mastercard: ({ className }: {
2
+ className?: string | undefined;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default Mastercard;
@@ -0,0 +1,4 @@
1
+ declare const Visa: ({ className }: {
2
+ className?: string | undefined;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default Visa;