sodesu-comment
Version:
Comment system with SolidJS
8 lines (7 loc) • 300 B
TypeScript
import { ComputedRef, InjectionKey } from 'vue';
import { WalineConfig } from '../utils/config.js';
export declare const configKey: InjectionKey<ComputedRef<WalineConfig>>;
export * from './default.js';
export * from './highlighter.js';
export * from './i18n/index.js';
export * from './sortKey.js';