laif-ds
Version:
Design System di Laif con componenti React basati su principi di Atomic Design
12 lines (11 loc) • 315 B
JavaScript
"use client";
import { registerCheckList as t } from "../list/LexicalList.prod.js";
import { useLexicalComposerContext as o } from "./LexicalComposerContext.prod.js";
import { useEffect as r } from "react";
function n() {
const [e] = o();
return r((() => t(e)), [e]), null;
}
export {
n as CheckListPlugin
};