ListContext.d.ts 125 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 import * as React from 'react'; declare const ListContext: React.Context<{ dense?: boolean; }>; export default ListContext;