first commit
This commit is contained in:
9
frontend/node_modules/rc-textarea/lib/calculateNodeHeight.d.ts
generated
vendored
Normal file
9
frontend/node_modules/rc-textarea/lib/calculateNodeHeight.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import type React from 'react';
|
||||
export interface NodeType {
|
||||
sizingStyle: string;
|
||||
paddingSize: number;
|
||||
borderSize: number;
|
||||
boxSizing: string;
|
||||
}
|
||||
export declare function calculateNodeStyling(node: HTMLElement, useCache?: boolean): NodeType;
|
||||
export default function calculateAutoSizeStyle(uiTextNode: HTMLTextAreaElement, useCache?: boolean, minRows?: number | null, maxRows?: number | null): React.CSSProperties;
|
||||
Reference in New Issue
Block a user