Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101823678
RsgPropsObject.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
Fri, Feb 14, 02:21
Size
627 B
Mime Type
text/x-java
Expires
Sun, Feb 16, 02:21 (2 d)
Engine
blob
Format
Raw Data
Handle
24237968
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
RsgPropsObject.d.ts
View Options
import { DocumentationObject, MethodDescriptor, PropDescriptor } from 'react-docgen';
import { RequireItResult } from './RsgRequireItResult';
export interface MethodWithDocblock extends MethodDescriptor {
docblock: string;
}
export interface TempPropsObject extends DocumentationObject {
displayName: string;
visibleName?: string;
methods?: MethodWithDocblock[];
doclets: Record<string, any>;
example?: RequireItResult | null;
}
export interface PropsObject extends Omit<TempPropsObject, 'props'> {
props?: Record<string, PropDescriptor> | PropDescriptor[];
examples?: RequireItResult | null;
}
Event Timeline
Log In to Comment