UNPKG

sodesu-comment

Version:

Comment system with SolidJS

6 lines (5 loc) 226 B
import { default as SodesuInitOptions } from './types/SodesuInitOptions'; export declare const init: (opt: SodesuInitOptions) => { update: (opt: Partial<Omit<SodesuInitOptions, "el">>) => void; destroy: () => void; };