UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

11 lines (6 loc) 592 B
'use client' 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var jsxRuntime = require('react/jsx-runtime'); const ListTileAnimatedTrailing = ({ hoverElement, children }) => (jsxRuntime.jsx("div", { children: jsxRuntime.jsxs("div", { className: 'list-tile-animated-trailing', children: [jsxRuntime.jsx("div", { className: 'list-tile-animated-trailing__child', children: children }), jsxRuntime.jsx("div", { className: 'list-tile-animated-trailing__hover-element', children: hoverElement })] }) })); exports.ListTileAnimatedTrailing = ListTileAnimatedTrailing;