mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-10-19 11:56:32 +02:00
buttonWrapper added, npm updates done, changelog added and formatting
This commit is contained in:
2
build/index.d.ts
vendored
2
build/index.d.ts
vendored
@@ -32,7 +32,7 @@ export interface CookieConsentProps {
|
||||
disableButtonStyles?: boolean;
|
||||
enableDeclineButton?: boolean;
|
||||
flipButtons?: boolean;
|
||||
ButtonComponent?: Function | React.ReactElement;
|
||||
ButtonComponent?: React.ElementType;
|
||||
}
|
||||
|
||||
export default class CookieConsent extends React.Component<CookieConsentProps, {}> {}
|
||||
|
Reference in New Issue
Block a user