Jesus sucks
This commit is contained in:
8
backend/frontend/node_modules/react-bootstrap/cjs/PlaceholderButton.d.ts
generated
vendored
Normal file
8
backend/frontend/node_modules/react-bootstrap/cjs/PlaceholderButton.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { BsPrefixRefForwardingComponent } from './helpers';
|
||||
import { UsePlaceholderProps } from './usePlaceholder';
|
||||
import { ButtonVariant } from './types';
|
||||
export interface PlaceholderButtonProps extends UsePlaceholderProps {
|
||||
variant?: ButtonVariant;
|
||||
}
|
||||
declare const PlaceholderButton: BsPrefixRefForwardingComponent<'button', PlaceholderButtonProps>;
|
||||
export default PlaceholderButton;
|
||||
Reference in New Issue
Block a user