mirror of
				https://github.com/Mastermindzh/react-cookie-consent.git
				synced 2025-11-04 02:38:50 +01:00 
			
		
		
		
	Fix the TypeScript definition of some properties (#143)
This commit is contained in:
		
							
								
								
									
										4
									
								
								src/index.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								src/index.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -42,8 +42,8 @@ export interface CookieConsentProps {
 | 
			
		||||
  ariaDeclineLabel?: string;
 | 
			
		||||
  acceptOnScroll?: boolean;
 | 
			
		||||
  acceptOnScrollPercentage?: number;
 | 
			
		||||
  customContentAttributes: object;
 | 
			
		||||
  customContainerAttributes: object;
 | 
			
		||||
  customContentAttributes?: object;
 | 
			
		||||
  customContainerAttributes?: object;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export default class CookieConsent extends React.Component<CookieConsentProps, {}> {}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user