mirror of
https://github.com/zoriya/v10.git
synced 2026-08-10 16:09:18 +00:00
8 lines
119 B
TypeScript
8 lines
119 B
TypeScript
export {
|
|
type Context,
|
|
ContextConsumer,
|
|
ContextEvent,
|
|
ContextProvider,
|
|
createContext,
|
|
} from '@lit/context';
|