UNPKG

collaborative-ui

Version:

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

23 lines (22 loc) 441 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CustomColor = exports.BigSize = exports.Default = void 0; const _1 = require("."); exports.default = { component: _1.CursorIcon, title: '<CursorIcon>', tags: ['autodocs'], }; exports.Default = { args: {}, }; exports.BigSize = { args: { width: 100, }, }; exports.CustomColor = { args: { color: 'green', }, };