Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120312187
processComponents.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
Thu, Jul 3, 11:27
Size
553 B
Mime Type
text/x-java
Expires
Sat, Jul 5, 11:27 (2 d)
Engine
blob
Format
Raw Data
Handle
27171032
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
processComponents.d.ts
View Options
import * as Rsg from '../../typings';
export interface HrefOptions {
hashPath?: string[];
useRouterLinks: boolean;
useHashId?: boolean;
}
/**
* Do things that are hard or impossible to do in a loader: we don’t have access to component name
* and props in the styleguide-loader because we’re using `require` to load the component module.
*
* @param {Array} components
* @return {Array}
*/
export default function processComponents(components: Rsg.Component[], { useRouterLinks, useHashId, hashPath }: HrefOptions): Rsg.Component[];
Event Timeline
Log In to Comment