UNPKG

lune-ui-lib

Version:

Lune UI Components Library

8 lines (7 loc) 219 B
import type { SxProps } from '@mui/material'; import React from 'react'; declare const GreyGradient: ({ children, sx }: { children: React.ReactNode; sx?: SxProps; }) => JSX.Element; export default GreyGradient;