FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
types
/
components
/
context
/
utils
Edit File: createContext.d.ts
import { FunctionalComponent } from '../../../stencil-public-runtime'; export declare const createContext: <T extends { [key: string]: any; }>(defaultValue: T) => { Provider: FunctionalComponent<{ value?: T; }>; Consumer: FunctionalComponent<{}>; };
Save
Back