FrontPastel/node_modules/@mui/material/List/ListContext.d.ts

5 lines
124 B
TypeScript

import * as React from 'react';
declare const ListContext: React.Context<{ dense?: boolean }>;
export default ListContext;