Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123725126
createWithBsPrefix.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
Tue, Jul 29, 07:23
Size
470 B
Mime Type
text/x-java
Expires
Thu, Jul 31, 07:23 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27637914
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
createWithBsPrefix.d.ts
View Options
import * as React from 'react';
import { BsPrefixRefForwardingComponent } from './helpers';
interface BsPrefixOptions<As extends React.ElementType = 'div'> {
displayName?: string;
Component?: As;
defaultProps?: Partial<React.ComponentProps<As>>;
}
export default function createWithBsPrefix<As extends React.ElementType = 'div'>(prefix: string, { displayName, Component, defaultProps, }?: BsPrefixOptions<As>): BsPrefixRefForwardingComponent<As>;
export {};
Event Timeline
Log In to Comment