arxatec-ui 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,6 +7,7 @@ export interface RichTextEditorRef {
7
7
  export declare const RichTextEditor: import('react').ForwardRefExoticComponent<{
8
8
  className?: string;
9
9
  fileId?: string;
10
+ initialContent?: JSONContent;
10
11
  /** Si se define, el botón "Guardar" persistirá el documento vía este callback. */
11
12
  onSave?: (schema: JSONContent) => Promise<void>;
12
13
  onSaveSuccess?: () => void;
package/dist/index.d.ts CHANGED
@@ -65,3 +65,4 @@ export * from './components/form_input';
65
65
  export * from './components/form_textarea';
66
66
  export * from './components/form_select';
67
67
  export * from './components/description_markdown_editor';
68
+ export * from './components/sidebar';