UNPKG

@proca/widget

Version:

Proca is an open-source campaign toolkit designed to empower activists and organisations in their digital advocacy efforts. It provides a flexible and customisable platform for creating and managing online petitions, email campaigns, and other forms of di

8 lines (6 loc) 202 B
import { initConfigState } from "../hooks/useConfig"; import { initDataState } from "../hooks/useData"; export default function init(config, data) { initConfigState(config); initDataState(data); }