import {styled} from "@nextui-org/system"; export const StyledCode = styled("code", {}); export const StyledPre = styled("pre", { width: "initial", mw: "100%", });