{"version":3,"file":"DefaultPropsContexts.mjs","names":[],"sources":["../../src/contexts/DefaultPropsContexts.ts"],"sourcesContent":["import { createContext } from 'react'\nimport type { DelayProps, SuspenseProps } from '..'\nimport type { OmitKeyof } from '../utility-types/OmitKeyof'\n\nexport const DelayDefaultPropsContext = createContext<OmitKeyof<DelayProps, 'children'>>({\n  ms: undefined,\n  fallback: undefined,\n})\nDelayDefaultPropsContext.displayName = 'DelayDefaultPropsContext'\n\nexport const SuspenseDefaultPropsContext = createContext<OmitKeyof<SuspenseProps, 'children'>>({\n  fallback: undefined,\n  clientOnly: undefined,\n})\nSuspenseDefaultPropsContext.displayName = 'SuspenseDefaultPropsContext'\n"],"mappings":";;;AAIA,MAAa,2BAA2B,cAAiD;CACvF,IAAI;CACJ,UAAU;AACZ,CAAC;AACD,yBAAyB,cAAc;AAEvC,MAAa,8BAA8B,cAAoD;CAC7F,UAAU;CACV,YAAY;AACd,CAAC;AACD,4BAA4B,cAAc"}