UNPKG

@studion/infra-code-blocks

Version:
8 lines (7 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createSearchVariable = createSearchVariable; const helpers_1 = require("./helpers"); function createSearchVariable(options = {}) { return (0, helpers_1.createTextBoxVariable)('search', 'Search', options); }