mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-02-23 10:43:04 +01:00
4 lines
196 B
TypeScript
4 lines
196 B
TypeScript
import { CookieConsentProps, defaultCookieConsentProps } from "../../src/CookieConsent.props";
|
|
|
|
export const defaultStoryProps: CookieConsentProps = { ...defaultCookieConsentProps, debug: true };
|