1
2
3
4
declare module "@salesforce/resourceUrl/TextareaToTable" {
    var TextareaToTable: string;
    export default TextareaToTable;
}