react-cookie-consent/stories/defaults/storyProps.ts

4 lines
196 B
TypeScript
Raw Normal View History

import { CookieConsentProps, defaultCookieConsentProps } from "../../src/CookieConsent.props";
export const defaultStoryProps: CookieConsentProps = { ...defaultCookieConsentProps, debug: true };