Repository URL to install this package:
|
Version:
2.1.7 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const tslib_1 = require("tslib");
const react_1 = tslib_1.__importDefault(require("react"));
const styled_1 = require("./styled");
function defaultRenderIcon(props) {
return react_1.default.createElement(styled_1.IconPlaceholder, null);
}
exports.defaultRenderIcon = defaultRenderIcon;
function defaultRenderText(props) {
return react_1.default.createElement(styled_1.AddressPlaceholder, {
rows: 4,
lineSpacing: 10,
itemHeight: 14
});
}
exports.defaultRenderText = defaultRenderText;