Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101378879
TableContext.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Feb 9, 21:13
Size
255 B
Mime Type
text/x-java
Expires
Tue, Feb 11, 21:13 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24148069
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
TableContext.d.ts
View Options
import * as React from 'react';
interface TableContextProps {
padding: 'default' | 'checkbox' | 'none';
size: 'default' | 'checkbox' | 'none';
}
declare const TableContext: React.Context<TableContextProps | undefined>;
export default TableContext;
Event Timeline
Log In to Comment