@wulperstudio/editor-render 0.0.8-beta → 0.0.10-beta
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.
- package/dist/cjs/dist/base/index.d.ts +1 -2
- package/dist/cjs/dist/components/Anchor/index.d.ts +1 -1
- package/dist/cjs/dist/components/Bold/index.d.ts +1 -1
- package/dist/cjs/dist/components/CheckBox/index.d.ts +1 -2
- package/dist/cjs/dist/components/CheckList/index.d.ts +1 -1
- package/dist/cjs/dist/components/CheckListItem/index.d.ts +1 -1
- package/dist/cjs/dist/components/Code/index.d.ts +1 -1
- package/dist/cjs/dist/components/Container/index.d.ts +1 -1
- package/dist/cjs/dist/components/Delimiter/index.d.ts +1 -1
- package/dist/cjs/dist/components/Embed/index.d.ts +1 -1
- package/dist/cjs/dist/components/Header/index.d.ts +1 -1
- package/dist/cjs/dist/components/Image/index.d.ts +1 -1
- package/dist/cjs/dist/components/InlineCode/index.d.ts +1 -1
- package/dist/cjs/dist/components/Italic/index.d.ts +1 -1
- package/dist/cjs/dist/components/Link/index.d.ts +1 -1
- package/dist/cjs/dist/components/List/index.d.ts +1 -1
- package/dist/cjs/dist/components/ListItem/index.d.ts +1 -1
- package/dist/cjs/dist/components/Marker/index.d.ts +1 -1
- package/dist/cjs/dist/components/Paragraph/index.d.ts +1 -1
- package/dist/cjs/dist/components/Quote/index.d.ts +1 -1
- package/dist/cjs/dist/components/Raw/index.d.ts +1 -1
- package/dist/cjs/dist/components/Table/index.d.ts +1 -1
- package/dist/cjs/dist/components/TableCell/index.d.ts +1 -1
- package/dist/cjs/dist/components/TableRow/index.d.ts +1 -1
- package/dist/cjs/dist/helpers/RecursiveNode/index.d.ts +1 -2
- package/dist/cjs/dist/helpers/checklist/index.d.ts +1 -2
- package/dist/cjs/dist/helpers/code/index.d.ts +1 -2
- package/dist/cjs/dist/helpers/delimiter/index.d.ts +1 -2
- package/dist/cjs/dist/helpers/embed/index.d.ts +1 -2
- package/dist/cjs/dist/helpers/header/index.d.ts +1 -2
- package/dist/cjs/dist/helpers/image/index.d.ts +1 -2
- package/dist/cjs/dist/helpers/link/index.d.ts +1 -2
- package/dist/cjs/dist/helpers/list/index.d.ts +1 -2
- package/dist/cjs/dist/helpers/paragraph/index.d.ts +1 -2
- package/dist/cjs/dist/helpers/quote/index.d.ts +1 -2
- package/dist/cjs/dist/helpers/raw/index.d.ts +1 -2
- package/dist/cjs/dist/helpers/table/index.d.ts +1 -2
- package/dist/cjs/dist/interfaces/index.d.ts +3 -1
- package/dist/cjs/index.js +108 -42
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/dist/base/index.d.ts +1 -2
- package/dist/esm/dist/components/Anchor/index.d.ts +1 -1
- package/dist/esm/dist/components/Bold/index.d.ts +1 -1
- package/dist/esm/dist/components/CheckBox/index.d.ts +1 -2
- package/dist/esm/dist/components/CheckList/index.d.ts +1 -1
- package/dist/esm/dist/components/CheckListItem/index.d.ts +1 -1
- package/dist/esm/dist/components/Code/index.d.ts +1 -1
- package/dist/esm/dist/components/Container/index.d.ts +1 -1
- package/dist/esm/dist/components/Delimiter/index.d.ts +1 -1
- package/dist/esm/dist/components/Embed/index.d.ts +1 -1
- package/dist/esm/dist/components/Header/index.d.ts +1 -1
- package/dist/esm/dist/components/Image/index.d.ts +1 -1
- package/dist/esm/dist/components/InlineCode/index.d.ts +1 -1
- package/dist/esm/dist/components/Italic/index.d.ts +1 -1
- package/dist/esm/dist/components/Link/index.d.ts +1 -1
- package/dist/esm/dist/components/List/index.d.ts +1 -1
- package/dist/esm/dist/components/ListItem/index.d.ts +1 -1
- package/dist/esm/dist/components/Marker/index.d.ts +1 -1
- package/dist/esm/dist/components/Paragraph/index.d.ts +1 -1
- package/dist/esm/dist/components/Quote/index.d.ts +1 -1
- package/dist/esm/dist/components/Raw/index.d.ts +1 -1
- package/dist/esm/dist/components/Table/index.d.ts +1 -1
- package/dist/esm/dist/components/TableCell/index.d.ts +1 -1
- package/dist/esm/dist/components/TableRow/index.d.ts +1 -1
- package/dist/esm/dist/helpers/RecursiveNode/index.d.ts +1 -2
- package/dist/esm/dist/helpers/checklist/index.d.ts +1 -2
- package/dist/esm/dist/helpers/code/index.d.ts +1 -2
- package/dist/esm/dist/helpers/delimiter/index.d.ts +1 -2
- package/dist/esm/dist/helpers/embed/index.d.ts +1 -2
- package/dist/esm/dist/helpers/header/index.d.ts +1 -2
- package/dist/esm/dist/helpers/image/index.d.ts +1 -2
- package/dist/esm/dist/helpers/link/index.d.ts +1 -2
- package/dist/esm/dist/helpers/list/index.d.ts +1 -2
- package/dist/esm/dist/helpers/paragraph/index.d.ts +1 -2
- package/dist/esm/dist/helpers/quote/index.d.ts +1 -2
- package/dist/esm/dist/helpers/raw/index.d.ts +1 -2
- package/dist/esm/dist/helpers/table/index.d.ts +1 -2
- package/dist/esm/dist/interfaces/index.d.ts +3 -1
- package/dist/esm/index.js +108 -42
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +41 -38
- package/dist/package.json +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { EditorDataModel } from '../interfaces';
|
|
3
2
|
import { RootContainerProps } from '../components/Container';
|
|
4
3
|
import { HeaderRootProps } from '../components/Header';
|
|
@@ -72,5 +71,5 @@ declare type Props = {
|
|
|
72
71
|
Item?: RootCheckListItemProps;
|
|
73
72
|
};
|
|
74
73
|
};
|
|
75
|
-
export declare const BaseNodesEditor: ({ value, ParagraphSlot, HeaderSlot, DelimiterSlot, ListSlot, ImageSlot, TableSlot, EmbedSlot, RawSlot, QuoteSlot, CodeSlot, LinkSlot, CheckListSlot, }: Props) => JSX.Element;
|
|
74
|
+
export declare const BaseNodesEditor: ({ value, ParagraphSlot, HeaderSlot, DelimiterSlot, ListSlot, ImageSlot, TableSlot, EmbedSlot, RawSlot, QuoteSlot, CodeSlot, LinkSlot, CheckListSlot, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
76
75
|
export {};
|
|
@@ -3,5 +3,5 @@ import { RootAnchor } from './styled';
|
|
|
3
3
|
declare type AnchorRootProps = React.ComponentPropsWithRef<typeof RootAnchor>;
|
|
4
4
|
interface AnchorProps extends AnchorRootProps {
|
|
5
5
|
}
|
|
6
|
-
export declare const Anchor: (props: AnchorProps) => JSX.Element;
|
|
6
|
+
export declare const Anchor: ({ sx, ...props }: AnchorProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -3,5 +3,5 @@ import { RootBold } from './styled';
|
|
|
3
3
|
declare type BoldRootProps = React.ComponentPropsWithRef<typeof RootBold>;
|
|
4
4
|
interface BoldProps extends BoldRootProps {
|
|
5
5
|
}
|
|
6
|
-
export declare const Bold: (props: BoldProps) => JSX.Element;
|
|
6
|
+
export declare const Bold: ({ sx, ...props }: BoldProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { CheckboxProps } from '@mui/material';
|
|
3
|
-
export declare const CheckBox: ({ checked, ...props }: CheckboxProps) => JSX.Element;
|
|
2
|
+
export declare const CheckBox: ({ checked, sx, ...props }: CheckboxProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,5 +3,5 @@ import { RootCheckList } from './styled';
|
|
|
3
3
|
export declare type CheckListRootProps = React.ComponentPropsWithRef<typeof RootCheckList>;
|
|
4
4
|
interface CheckListProps extends CheckListRootProps {
|
|
5
5
|
}
|
|
6
|
-
export declare const CheckList: (props: CheckListProps) => JSX.Element;
|
|
6
|
+
export declare const CheckList: ({ sx, ...props }: CheckListProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -3,5 +3,5 @@ import { RootListItem } from './styled';
|
|
|
3
3
|
export declare type RootCheckListItemProps = React.ComponentPropsWithRef<typeof RootListItem>;
|
|
4
4
|
interface ItemModel extends RootCheckListItemProps {
|
|
5
5
|
}
|
|
6
|
-
export declare const CheckListItem: (props: ItemModel) => JSX.Element;
|
|
6
|
+
export declare const CheckListItem: ({ sx, ...props }: ItemModel) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -3,5 +3,5 @@ import { RootCode } from './styled';
|
|
|
3
3
|
export declare type CodeRootProps = React.ComponentPropsWithRef<typeof RootCode>;
|
|
4
4
|
interface CodeProps extends CodeRootProps {
|
|
5
5
|
}
|
|
6
|
-
export declare const Code: (props: CodeProps) => JSX.Element;
|
|
6
|
+
export declare const Code: ({ sx, ...props }: CodeProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -4,5 +4,5 @@ export declare type RootContainerProps = React.ComponentPropsWithRef<typeof Root
|
|
|
4
4
|
interface ContainerProps extends RootContainerProps {
|
|
5
5
|
stretched?: boolean;
|
|
6
6
|
}
|
|
7
|
-
export declare const Container: (props: ContainerProps) => JSX.Element;
|
|
7
|
+
export declare const Container: ({ sx, ...props }: ContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -3,5 +3,5 @@ import { RootDelimiter } from './styled';
|
|
|
3
3
|
export declare type DelimiterRootProps = React.ComponentPropsWithRef<typeof RootDelimiter>;
|
|
4
4
|
interface DelimiterProps extends Omit<DelimiterRootProps, 'children'> {
|
|
5
5
|
}
|
|
6
|
-
export declare const Delimiter: (props: DelimiterProps) => JSX.Element;
|
|
6
|
+
export declare const Delimiter: ({ sx, ...props }: DelimiterProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -3,5 +3,5 @@ import { RootEmbed } from './styled';
|
|
|
3
3
|
export declare type EmbedRootProps = React.ComponentPropsWithRef<typeof RootEmbed>;
|
|
4
4
|
interface EmbedProps extends EmbedRootProps {
|
|
5
5
|
}
|
|
6
|
-
export declare const Embed: (props: EmbedProps) => JSX.Element;
|
|
6
|
+
export declare const Embed: ({ sx, ...props }: EmbedProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -4,5 +4,5 @@ export declare type HeaderRootProps = React.ComponentPropsWithRef<typeof RootHea
|
|
|
4
4
|
interface HeaderModel extends HeaderRootProps {
|
|
5
5
|
level: 1 | 2 | 3 | 4 | 5 | 6;
|
|
6
6
|
}
|
|
7
|
-
export declare const Header: ({ level, ...props }: HeaderModel) => JSX.Element;
|
|
7
|
+
export declare const Header: ({ level, sx, ...props }: HeaderModel) => import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -7,5 +7,5 @@ interface ImageProps extends ImageRootProps {
|
|
|
7
7
|
stretched?: boolean;
|
|
8
8
|
withBackground?: boolean;
|
|
9
9
|
}
|
|
10
|
-
export declare const Image: ({ caption, withBorder, withBackground, stretched, ...props }: ImageProps) => JSX.Element;
|
|
10
|
+
export declare const Image: ({ caption, withBorder, withBackground, stretched, sx, ...props }: ImageProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -3,5 +3,5 @@ import { RootInlineCode } from './styled';
|
|
|
3
3
|
declare type InlineCodeRootProps = React.ComponentPropsWithRef<typeof RootInlineCode>;
|
|
4
4
|
interface CodeProps extends InlineCodeRootProps {
|
|
5
5
|
}
|
|
6
|
-
export declare const InlineCode: (props: CodeProps) => JSX.Element;
|
|
6
|
+
export declare const InlineCode: ({ sx, ...props }: CodeProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -3,5 +3,5 @@ import { RootItalic } from './styled';
|
|
|
3
3
|
declare type ItalicRootProps = React.ComponentPropsWithRef<typeof RootItalic>;
|
|
4
4
|
interface ItalicProps extends ItalicRootProps {
|
|
5
5
|
}
|
|
6
|
-
export declare const Italic: (props: ItalicProps) => JSX.Element;
|
|
6
|
+
export declare const Italic: ({ sx, ...props }: ItalicProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -7,5 +7,5 @@ interface LinkProps extends LinkRootProps {
|
|
|
7
7
|
description?: string;
|
|
8
8
|
siteName?: string;
|
|
9
9
|
}
|
|
10
|
-
export declare const Link: ({ id, image, title, description, siteName, ...props }: LinkProps) => JSX.Element;
|
|
10
|
+
export declare const Link: ({ id, image, title, description, siteName, sx, ...props }: LinkProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -3,5 +3,5 @@ import { RootList } from './styled';
|
|
|
3
3
|
export declare type ListRootProps = React.ComponentPropsWithRef<typeof RootList>;
|
|
4
4
|
interface ListProps extends ListRootProps {
|
|
5
5
|
}
|
|
6
|
-
export declare const List: ({ ...props }: ListProps) => JSX.Element;
|
|
6
|
+
export declare const List: ({ sx, ...props }: ListProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -3,5 +3,5 @@ import { RootListItem } from './styled';
|
|
|
3
3
|
export declare type RootItemProps = React.ComponentPropsWithRef<typeof RootListItem>;
|
|
4
4
|
interface ItemModel extends RootItemProps {
|
|
5
5
|
}
|
|
6
|
-
export declare const ListItem: (props: ItemModel) => JSX.Element;
|
|
6
|
+
export declare const ListItem: ({ sx, ...props }: ItemModel) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -3,5 +3,5 @@ import { RootMarker } from './styled';
|
|
|
3
3
|
declare type MarkerRootProps = React.ComponentPropsWithRef<typeof RootMarker>;
|
|
4
4
|
interface MarkerProps extends MarkerRootProps {
|
|
5
5
|
}
|
|
6
|
-
export declare const Marker: (props: MarkerProps) => JSX.Element;
|
|
6
|
+
export declare const Marker: ({ sx, ...props }: MarkerProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -3,5 +3,5 @@ import { RootParagraph } from './styled';
|
|
|
3
3
|
export declare type ParagraphRootProps = React.ComponentPropsWithRef<typeof RootParagraph>;
|
|
4
4
|
interface ParagraphProps extends ParagraphRootProps {
|
|
5
5
|
}
|
|
6
|
-
export declare const Paragraph: (props: ParagraphProps) => JSX.Element;
|
|
6
|
+
export declare const Paragraph: ({ sx, ...props }: ParagraphProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -3,5 +3,5 @@ import { RootQuote } from './styled';
|
|
|
3
3
|
export declare type QuoteRootProps = React.ComponentPropsWithRef<typeof RootQuote>;
|
|
4
4
|
interface QuoteProps extends QuoteRootProps {
|
|
5
5
|
}
|
|
6
|
-
export declare const Quote: (props: QuoteProps) => JSX.Element;
|
|
6
|
+
export declare const Quote: ({ sx, ...props }: QuoteProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -3,5 +3,5 @@ import { RootRaw } from './styled';
|
|
|
3
3
|
export declare type RawRootProps = React.ComponentPropsWithRef<typeof RootRaw>;
|
|
4
4
|
interface RawProps extends RawRootProps {
|
|
5
5
|
}
|
|
6
|
-
export declare const Raw: (props: RawProps) => JSX.Element;
|
|
6
|
+
export declare const Raw: ({ sx, ...props }: RawProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -3,5 +3,5 @@ import { RootTable } from './styled';
|
|
|
3
3
|
export declare type TableRootProps = React.ComponentPropsWithRef<typeof RootTable>;
|
|
4
4
|
interface TableProps extends TableRootProps {
|
|
5
5
|
}
|
|
6
|
-
export declare const Table: (props: TableProps) => JSX.Element;
|
|
6
|
+
export declare const Table: ({ sx, ...props }: TableProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -3,5 +3,5 @@ import { RootTableCell } from './styled';
|
|
|
3
3
|
export declare type TableCellRootProps = React.ComponentPropsWithRef<typeof RootTableCell>;
|
|
4
4
|
interface TableCellProps extends TableCellRootProps {
|
|
5
5
|
}
|
|
6
|
-
export declare const TableCell: (props: TableCellProps) => JSX.Element;
|
|
6
|
+
export declare const TableCell: ({ sx, ...props }: TableCellProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -3,5 +3,5 @@ import { RootTableRow } from './styled';
|
|
|
3
3
|
export declare type TableRowRootProps = React.ComponentPropsWithRef<typeof RootTableRow>;
|
|
4
4
|
interface TableRowProps extends TableRowRootProps {
|
|
5
5
|
}
|
|
6
|
-
export declare const TableRow: (props: TableRowProps) => JSX.Element;
|
|
6
|
+
export declare const TableRow: ({ sx, ...props }: TableRowProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
declare type Props = {
|
|
3
2
|
html: string;
|
|
4
3
|
id: string;
|
|
5
4
|
};
|
|
6
|
-
export declare const RecursiveNode: ({ html, id }: Props) => JSX.Element;
|
|
5
|
+
export declare const RecursiveNode: ({ html, id }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DataCheckList } from '../../interfaces';
|
|
3
2
|
import { RootContainerProps } from '../../components/Container';
|
|
4
3
|
import { CheckListRootProps } from '../../components/CheckList';
|
|
@@ -12,4 +11,4 @@ export interface CheckListNodeProps {
|
|
|
12
11
|
CheckList?: CheckListRootProps;
|
|
13
12
|
Item?: RootCheckListItemProps;
|
|
14
13
|
}
|
|
15
|
-
export declare const CheckListNode: ({ type, data, id, tunes, Container, CheckList, Item, }: CheckListNodeProps) => JSX.Element;
|
|
14
|
+
export declare const CheckListNode: ({ type, data, id, tunes, Container, CheckList, Item, }: CheckListNodeProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DataCodeLang } from '../../interfaces';
|
|
3
2
|
import { RootContainerProps } from '../../components/Container';
|
|
4
3
|
import { CodeRootProps } from '../../components/Code';
|
|
@@ -9,4 +8,4 @@ export interface CodeNodeProps {
|
|
|
9
8
|
Container?: RootContainerProps;
|
|
10
9
|
Code?: CodeRootProps;
|
|
11
10
|
}
|
|
12
|
-
export declare const CodeNode: ({ type, data, id, Container, Code, }: CodeNodeProps) => JSX.Element;
|
|
11
|
+
export declare const CodeNode: ({ type, data, id, Container, Code, }: CodeNodeProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DataDelimiter } from '../../interfaces';
|
|
3
2
|
import { DelimiterRootProps } from '../../components/Delimiter';
|
|
4
3
|
import { RootContainerProps } from '../../components/Container';
|
|
@@ -9,4 +8,4 @@ export interface DelimiterNodeProps {
|
|
|
9
8
|
Delimiter?: DelimiterRootProps;
|
|
10
9
|
Container?: RootContainerProps;
|
|
11
10
|
}
|
|
12
|
-
export declare const DelimiterNode: ({ type, id, Delimiter, Container }: DelimiterNodeProps) => JSX.Element;
|
|
11
|
+
export declare const DelimiterNode: ({ type, id, Delimiter, Container, }: DelimiterNodeProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DataEmbed } from '../../interfaces';
|
|
3
2
|
import { RootContainerProps } from '../../components/Container';
|
|
4
3
|
import { EmbedRootProps } from '../../components/Embed';
|
|
@@ -9,4 +8,4 @@ export interface EmbedNodeProps {
|
|
|
9
8
|
Container?: RootContainerProps;
|
|
10
9
|
Embed?: EmbedRootProps;
|
|
11
10
|
}
|
|
12
|
-
export declare const EmbedNode: ({ type, data, id, Container, Embed }: EmbedNodeProps) => JSX.Element;
|
|
11
|
+
export declare const EmbedNode: ({ type, data, id, Container, Embed }: EmbedNodeProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DataHeader } from '../../interfaces';
|
|
3
2
|
import { RootContainerProps } from '../../components/Container';
|
|
4
3
|
import { HeaderRootProps } from '../../components/Header';
|
|
@@ -9,4 +8,4 @@ export interface HeaderNodeProps {
|
|
|
9
8
|
Container?: RootContainerProps;
|
|
10
9
|
Header?: HeaderRootProps;
|
|
11
10
|
}
|
|
12
|
-
export declare const HeaderNode: ({ type, data, id, Container, Header, }: HeaderNodeProps) => JSX.Element;
|
|
11
|
+
export declare const HeaderNode: ({ type, data, id, Container, Header, }: HeaderNodeProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { RootContainerProps } from '../../components/Container';
|
|
3
2
|
import { ImageRootProps } from '../../components/Image';
|
|
4
3
|
import { DataImage } from '../../interfaces';
|
|
@@ -9,4 +8,4 @@ export interface ImageNodeProps {
|
|
|
9
8
|
Container?: RootContainerProps;
|
|
10
9
|
Image?: ImageRootProps;
|
|
11
10
|
}
|
|
12
|
-
export declare const ImageNode: ({ type, data, id, Container, Image }: ImageNodeProps) => JSX.Element;
|
|
11
|
+
export declare const ImageNode: ({ type, data, id, Container, Image }: ImageNodeProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DataLinkTool } from '../../interfaces';
|
|
3
2
|
import { RootContainerProps } from '../../components/Container';
|
|
4
3
|
import { LinkRootProps } from '../../components/Link';
|
|
@@ -9,4 +8,4 @@ export interface LinkNodeProps {
|
|
|
9
8
|
Container?: RootContainerProps;
|
|
10
9
|
Link?: LinkRootProps;
|
|
11
10
|
}
|
|
12
|
-
export declare const LinkNode: ({ type, data, id, Container, Link }: LinkNodeProps) => JSX.Element;
|
|
11
|
+
export declare const LinkNode: ({ type, data, id, Container, Link }: LinkNodeProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DataList } from '../../interfaces';
|
|
3
2
|
import { RootContainerProps } from '../../components/Container';
|
|
4
3
|
import { ListRootProps } from '../../components/List';
|
|
@@ -12,4 +11,4 @@ export interface ListNodeModel {
|
|
|
12
11
|
List?: ListRootProps;
|
|
13
12
|
Item?: RootItemProps;
|
|
14
13
|
}
|
|
15
|
-
export declare const ListNode: ({ type, data, id, tunes, Container, List, Item }: ListNodeModel) => JSX.Element;
|
|
14
|
+
export declare const ListNode: ({ type, data, id, tunes, Container, List, Item }: ListNodeModel) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DataParagraph } from '../../interfaces';
|
|
3
2
|
import { RootContainerProps } from '../../components/Container';
|
|
4
3
|
import { ParagraphRootProps } from '../../components/Paragraph';
|
|
@@ -9,4 +8,4 @@ export interface ParagraphNodeProps {
|
|
|
9
8
|
Container?: RootContainerProps;
|
|
10
9
|
Paragraph?: ParagraphRootProps;
|
|
11
10
|
}
|
|
12
|
-
export declare const ParagraphNode: ({ type, data, id, Container, Paragraph, }: ParagraphNodeProps) => JSX.Element;
|
|
11
|
+
export declare const ParagraphNode: ({ type, data, id, Container, Paragraph, }: ParagraphNodeProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DataQuote } from '../../interfaces';
|
|
3
2
|
import { QuoteRootProps } from '../../components/Quote';
|
|
4
3
|
import { RootContainerProps } from '../../components/Container';
|
|
@@ -9,4 +8,4 @@ export interface QuoteNodeProps {
|
|
|
9
8
|
Container?: RootContainerProps;
|
|
10
9
|
Quote?: QuoteRootProps;
|
|
11
10
|
}
|
|
12
|
-
export declare const QuoteNode: ({ type, data, id, Container, Quote, }: QuoteNodeProps) => JSX.Element;
|
|
11
|
+
export declare const QuoteNode: ({ type, data, id, Container, Quote, }: QuoteNodeProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DataRawTool } from '../../interfaces';
|
|
3
2
|
import { RootContainerProps } from '../../components/Container';
|
|
4
3
|
import { RawRootProps } from '../../components/Raw';
|
|
@@ -9,4 +8,4 @@ export interface RawNodeProps {
|
|
|
9
8
|
Container?: RootContainerProps;
|
|
10
9
|
Raw?: RawRootProps;
|
|
11
10
|
}
|
|
12
|
-
export declare const RawNode: ({ type, data, id, Container, Raw }: RawNodeProps) => JSX.Element;
|
|
11
|
+
export declare const RawNode: ({ type, data, id, Container, Raw }: RawNodeProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DataTable } from '../../interfaces';
|
|
3
2
|
import { RootContainerProps } from '../../components/Container';
|
|
4
3
|
import { TableRowRootProps } from '../../components/TableRow';
|
|
@@ -13,4 +12,4 @@ export interface TableNodeProps {
|
|
|
13
12
|
Row?: TableRowRootProps;
|
|
14
13
|
Cell?: TableCellRootProps;
|
|
15
14
|
}
|
|
16
|
-
export declare const TableNode: ({ type, data, id, Container }: TableNodeProps) => JSX.Element;
|
|
15
|
+
export declare const TableNode: ({ type, data, id, Container }: TableNodeProps) => import("react/jsx-runtime").JSX.Element;
|