UNPKG

@mornya/react-social-libs

Version:

The project of React.js Social Share and Widget modules.

10 lines (9 loc) 434 B
import React from 'react'; import { BaseWidgetComponent } from '../utils/BaseWidgetComponent'; declare class KakaoStoryFollow extends BaseWidgetComponent<Social.Widget.KakaoStoryFollow> { onInit(): void; onRender(extra: Social.Widget.KakaoStoryFollow): React.JSX.Element; onMount(extra: Social.Widget.KakaoStoryFollow): void; onUnmount(_extra: Social.Widget.KakaoStoryFollow): void; } export default KakaoStoryFollow;