Buckets:
| import { SxProps } from '@mui/system'; | |
| import * as React from 'react'; | |
| import { PopperProps as BasePopperProps } from './BasePopper.types'; | |
| import { Theme } from '../styles'; | |
| export interface PopperProps extends Omit<BasePopperProps, 'direction'> { | |
| /** | |
| * The component used for the root node. | |
| * Either a string to use a HTML element or a component. | |
| */ | |
| component?: React.ElementType; | |
| /** | |
| * The components used for each slot inside the Popper. | |
| * Either a string to use a HTML element or a component. | |
| * @default {} | |
| */ | |
| components?: { | |
| Root?: React.ElementType; | |
| }; | |
| /** | |
| * The props used for each slot inside the Popper. | |
| * @default {} | |
| */ | |
| componentsProps?: BasePopperProps['slotProps']; | |
| /** | |
| * The system prop that allows defining system overrides as well as additional CSS styles. | |
| */ | |
| sx?: SxProps<Theme>; | |
| } | |
| /** | |
| * | |
| * Demos: | |
| * | |
| * - [Autocomplete](https://mui.com/material-ui/react-autocomplete/) | |
| * - [Menu](https://mui.com/material-ui/react-menu/) | |
| * - [Popper](https://mui.com/material-ui/react-popper/) | |
| * | |
| * API: | |
| * | |
| * - [Popper API](https://mui.com/material-ui/api/popper/) | |
| */ | |
| declare const Popper: React.ForwardRefExoticComponent<PopperProps & React.RefAttributes<HTMLDivElement>>; | |
| export default Popper; | |
Xet Storage Details
- Size:
- 1.31 kB
- Xet hash:
- a340a5402a40428ed4f0540c853ed9963858c59ee513b7d71bc197bef8298b94
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.