UNPKG

sodesu-comment

Version:

Comment system with SolidJS

11 lines (10 loc) 561 B
import { default as SodesuInitOptions, SodesuConfig, SodesuProps } from '../types/SodesuInitOptions'; declare const configProvider: { setProps: import('solid-js').Setter<SodesuProps>; config: import('solid-js').Accessor<SodesuConfig>; locale: import('solid-js').Accessor<import('../waline/typings').WalineLocale>; init: ({ el, path, ...initProps }: SodesuInitOptions) => HTMLElement; update: (opts: Partial<Omit<SodesuInitOptions, "el">>) => void; commentClassName: import('solid-js').Accessor<string>; }; export default configProvider;