UNPKG

lune-ui-lib

Version:

Lune UI Components Library

8 lines (7 loc) 184 B
import type { SxProps } from '@mui/material'; import { FC, ReactNode } from 'react'; declare const CodeBox: FC<{ children: ReactNode; sx?: SxProps; }>; export default CodeBox;