react-sass-inlinesvg
Version:
React library designed to control SVG from Sass.
12 lines (11 loc) • 508 B
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Example = void 0;
const react_1 = __importDefault(require("react"));
const Example_1 = require("./Example");
exports.default = { component: Example_1.Example, title: "Example" };
const Example = () => react_1.default.createElement(Example_1.Example, null);
exports.Example = Example;
;