UNPKG

@catho/quantum-storybook-ui

Version:

A **Design System** is the complete set of design standards, documentation, and principles along with the toolkit (UI patterns and code components) to achieve those standards. Over time, these 'systems' are growing in popularity - a very popular one is [Q

8 lines (7 loc) 210 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FORBIDDEN_PROPS = void 0; var FORBIDDEN_PROPS = ['theme', 'style', 'children']; exports.FORBIDDEN_PROPS = FORBIDDEN_PROPS;