collaborative-ui
Version:
React component library for building real-time collaborative editing applications.
20 lines (19 loc) • 364 B
TypeScript
declare const _default: {
component: import("react").FC<import(".").CursorIconProps>;
title: string;
tags: string[];
};
export default _default;
export declare const Default: {
args: {};
};
export declare const BigSize: {
args: {
width: number;
};
};
export declare const CustomColor: {
args: {
color: string;
};
};