UNPKG

@yamada-ui/react

Version:

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

1 lines 571 B
{"version":3,"file":"spacer.cjs","names":["styled"],"sources":["../../../../src/components/flex/spacer.tsx"],"sourcesContent":["\"use client\"\n\nimport type { HTMLStyledProps } from \"../../core\"\nimport { styled } from \"../../core\"\n\nexport interface SpacerProps extends HTMLStyledProps {}\n\nexport const Spacer = styled(\"div\", {\n name: \"spacer\",\n base: {\n alignSelf: \"stretch\",\n flex: 1,\n justifySelf: \"stretch\",\n },\n})\n"],"mappings":";;;;;;AAOA,MAAa,SAASA,uBAAO,OAAO;CAClC,MAAM;CACN,MAAM;EACJ,WAAW;EACX,MAAM;EACN,aAAa;EACd;CACF,CAAC"}