Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122541368
ButtonGroup.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, 13:02
Size
362 B
Mime Type
text/x-java
Expires
Sun, Jul 20, 13:02 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27470397
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
ButtonGroup.d.ts
View Options
import * as React from 'react';
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export interface ButtonGroupProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
size?: 'sm' | 'lg';
vertical?: boolean;
}
declare const ButtonGroup: BsPrefixRefForwardingComponent<'div', ButtonGroupProps>;
export default ButtonGroup;
Event Timeline
Log In to Comment