UNPKG

@porsche-design-system/components-react

Version:

Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.

10 lines (6 loc) 231 B
'use strict'; var jsxRuntime = require('react/jsx-runtime'); const Required = () => { return (jsxRuntime.jsxs("span", { className: "required", "aria-hidden": "true", children: [' ', "*"] })); }; exports.Required = Required;