mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-01-20 18:41:44 +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 };
|