Monorepo containing core modules of Zeichen.
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
12345 |
- export type State = {
- currentUserId: string,
- }
-
- export type Plugin<T = {}> = (config: T) => (state: State) => void
|