UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

10 lines 375 B
import { ElementPropertiesWithoutSkeleton } from "../ElementDocs.js"; export const DlProperties = { layout: { doc: 'Sets the layout of the list. Can be `vertical`, `horizontal` or `grid`. Defaults to `vertical`.', type: ['"vertical"', '"horizontal"', '"grid"'], status: 'optional' }, ...ElementPropertiesWithoutSkeleton }; //# sourceMappingURL=DlDocs.js.map