mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
9 lines
170 B
TypeScript
9 lines
170 B
TypeScript
import {styled} from "@nextui-org/system";
|
|
|
|
export const StyledCode = styled("code", {});
|
|
|
|
export const StyledPre = styled("pre", {
|
|
width: "initial",
|
|
mw: "100%",
|
|
});
|