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