@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
15 lines • 457 B
JavaScript
import { CardProperties } from "../../../../components/card/CardDocs.js";
const {
stack,
...inheritedCardProps
} = CardProperties;
export const FormCardProperties = {
stack: {
...stack,
doc: 'True to stack the sub components with space between. Same as `stack` in [Card](/uilib/components/card/properties). But defaults to `true`.'
}
};
export const InheritedCardProperties = {
...inheritedCardProps
};
//# sourceMappingURL=CardDocs.js.map