@microsoft/fast-foundation > TextAreaResize
TextAreaResize variable
Resize mode for a TextArea
Signature:TextAreaResize: {
    readonly none: "none";
    readonly both: "both";
    readonly horizontal: "horizontal";
    readonly vertical: "vertical";
}