Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122519026
FloatingLabel.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, Jul 18, 07:00
Size
401 B
Mime Type
text/x-java
Expires
Sun, Jul 20, 07:00 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27486808
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
FloatingLabel.d.ts
View Options
import * as React from 'react';
import { FormGroupProps } from './FormGroup';
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export interface FloatingLabelProps extends FormGroupProps, BsPrefixProps {
controlId?: string;
label: React.ReactNode;
}
declare const FloatingLabel: BsPrefixRefForwardingComponent<'div', FloatingLabelProps>;
export default FloatingLabel;
Event Timeline
Log In to Comment