@foris/avocado-suite 0.17.0 → 0.18.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/avocado-suite.es.js +1623 -1619
- package/dist/avocado-suite.umd.js +48 -46
- package/dist/components/card/Card.d.ts +2 -2
- package/dist/style.css +1 -1
- package/package.json +3 -3
@@ -1,5 +1,5 @@
|
|
1
|
-
import { FC, ReactNode } from 'react';
|
2
|
-
interface CardProps {
|
1
|
+
import React, { FC, ReactNode } from 'react';
|
2
|
+
interface CardProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
|
3
3
|
/** Content card */
|
4
4
|
children: ReactNode;
|
5
5
|
/** Overwrite className */
|