mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-01-21 10:53:26 +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 };
|