@lunit/oui
Version:
Lunit Oncology UI components
7 lines (6 loc) • 360 B
TypeScript
import type { Theme } from '@mui/material/styles';
import type { SxProps } from '@mui/system';
/** Tokenized styling for the underlying MUI Autocomplete. */
export declare const autocompleteSx: (theme: Theme, disabled?: boolean) => SxProps<Theme>;
/** Tokenized styling for the listbox paper. */
export declare const paperSx: (theme: Theme) => SxProps<Theme>;