1
0
Fork 0
react-playground/node_modules/@mui/material/List/ListContext.d.ts

5 lines
No EOL
125 B
TypeScript

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