UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

17 lines (12 loc) 396 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const index = require('../../system/index.cjs'); const recipes = require('styled-system/recipes'); const { withRecipe } = index.createCerberusPrimitive(recipes.tag); const TagRoot = withRecipe("span", { defaultProps: { "data-scope": "tag", "data-part": "root" } }); exports.TagRoot = TagRoot;