{"version":3,"file":"styled-components-wrapper.mjs","sources":["../../../packages/utils/styled-components-wrapper.ts"],"sourcesContent":["// Styled Components v5 has issues with ESM modules:\n// https://github.com/styled-components/styled-components/issues/115\n// https://github.com/rollup/rollup/issues/4438\n// It can be solved by using Styled Components v6,\n// but there was a decision to use this wrapper instead during this update:\n// https://github.com/lidofinance/ui/pull/460\n\nimport _styled, { StyledInterface } from 'styled-components'\n\n// @ts-expect-error Property 'default' does not exist on type 'StyledInterface'.\nconst styled: StyledInterface = _styled.default || _styled\n\nexport * from 'styled-components'\nexport default styled\n"],"names":["styled","_styled","default"],"mappings":";;;AAAA;AACA;AACA;AACA;AACA;AACA;;;AAIA;AACA,MAAMA,MAAuB,GAAGC,SAAO,CAACC,OAAO,IAAID;;;;"}