UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

1 lines 405 B
{"version":3,"file":"merge-css.cjs","names":[],"sources":["../../../../src/core/css/merge-css.ts"],"sourcesContent":["import type { CSSObject } from \"./index.types\"\nimport { filterEmpty } from \"../../utils\"\n\nexport const mergeCSS = (...css: (CSSObject | CSSObject[] | undefined)[]) => {\n return filterEmpty(css).flat()\n}\n"],"mappings":";;;AAGA,MAAa,YAAY,GAAG,QAAiD;AAC3E,2DAAmB,IAAI,CAAC,MAAM"}