Files
pos-dashboard-v2/src/@menu/styles/horizontal/StyledHorizontalSubMenuContentWrapper.tsx
T
2025-08-05 12:35:40 +07:00

14 lines
311 B
TypeScript

// Third-party Imports
import styled from '@emotion/styled'
// Type Imports
import type { RootStylesType } from '../../types'
const StyledHorizontalSubMenuContentWrapper = styled.div<RootStylesType>`
z-index: 10;
${({ rootStyles }) => rootStyles};
`
export default StyledHorizontalSubMenuContentWrapper