Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122465788
Button.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, 00:41
Size
518 B
Mime Type
text/x-java
Expires
Sun, Jul 20, 00:41 (2 d)
Engine
blob
Format
Raw Data
Handle
27457514
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
Button.d.ts
View Options
import { ButtonProps as BaseButtonProps } from '@restart/ui/Button';
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
import { ButtonVariant } from './types';
export interface ButtonProps extends BaseButtonProps, Omit<BsPrefixProps, 'as'> {
active?: boolean;
variant?: ButtonVariant;
size?: 'sm' | 'lg';
}
export type CommonButtonProps = 'href' | 'size' | 'variant' | 'disabled';
declare const Button: BsPrefixRefForwardingComponent<'button', ButtonProps>;
export default Button;
Event Timeline
Log In to Comment