UNPKG

lune-ui-lib

Version:

Lune UI Components Library

8 lines (7 loc) 250 B
import type { SxProps } from '@mui/material'; import * as React from 'react'; declare const XlContainer: ({ children, sx }: { children: React.ReactNode; sx?: SxProps; }) => import("react/jsx-runtime").JSX.Element; export default XlContainer;