UNPKG

sodesu-comment

Version:

Comment system with SolidJS

5 lines (4 loc) 215 B
import { Component } from 'solid-js'; import { default as SodesuInitOptions } from './types/SodesuInitOptions'; declare const ComponentEntry: Component<Omit<SodesuInitOptions, 'el'>>; export default ComponentEntry;