change typedoc message for ResizeControl
This commit is contained in:
@@ -53,7 +53,6 @@ export type NodeResizerProps = {
|
|||||||
|
|
||||||
export type ResizeControlProps = Pick<
|
export type ResizeControlProps = Pick<
|
||||||
NodeResizerProps,
|
NodeResizerProps,
|
||||||
| 'nodeId'
|
|
||||||
| 'color'
|
| 'color'
|
||||||
| 'minWidth'
|
| 'minWidth'
|
||||||
| 'minHeight'
|
| 'minHeight'
|
||||||
@@ -76,5 +75,7 @@ export type ResizeControlProps = Pick<
|
|||||||
* @example ResizeControlVariant.Handle, ResizeControlVariant.Line
|
* @example ResizeControlVariant.Handle, ResizeControlVariant.Line
|
||||||
*/
|
*/
|
||||||
variant?: ResizeControlVariant;
|
variant?: ResizeControlVariant;
|
||||||
|
/** Required nodeId if used outside of a custom node */
|
||||||
|
nodeId?: string;
|
||||||
children?: Snippet;
|
children?: Snippet;
|
||||||
} & HTMLAttributes<HTMLDivElement>;
|
} & HTMLAttributes<HTMLDivElement>;
|
||||||
|
|||||||
Reference in New Issue
Block a user