mui-simple
Version:
Override mui components to simplify usage
11 lines • 976 B
TypeScript
import { FlexDirectionType } from '../decs';
interface DraggableListULProps {
flexGap?: number | string;
flexDirection?: FlexDirectionType;
}
export declare const DraggableListUL: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & DraggableListULProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
export declare const DraggableListULItem: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
ref?: import("react").Ref<HTMLDivElement>;
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
export {};
//# sourceMappingURL=DraggableList.styled.d.ts.map