UNPKG

collaborative-ui

Version:

React component library for building real-time collaborative editing applications.

15 lines (14 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Primary = void 0; const _1 = require("."); const meta = { component: _1.App, argTypes: {}, }; exports.default = meta; exports.Primary = { args: { onCloseClick: () => { }, }, };