@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 707 B
JavaScript
import { CardProperties } from "../../../../components/card/CardDocs.js";
const {
stack,
outset,
...inheritedCardProps
} = CardProperties;
export const FormCardProperties = {
outset: {
...outset,
doc: 'Whether or not to break out (using negative margins) on larger screens. Same as `outset` in [Card](/uilib/components/card/properties). But defaults to `true`'
},
stack: {
...stack,
doc: 'True to stack the sub components with space between. The `spacing` will default to `medium`. Same as `stack` in [Card](/uilib/components/card/properties). But defaults to `true`'
}
};
export const InheritedCardProperties = {
...inheritedCardProps
};
//# sourceMappingURL=CardDocs.js.map