@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
16 lines (11 loc) • 306 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
require('./props/index.js');
var runtime = require('./props/runtime.js');
const iconPropType = runtime.definePropType([
String,
Object,
Function
]);
exports.iconPropType = iconPropType;
//# sourceMappingURL=icon.js.map