nexpi-ui
Version:
An elegant and minimalist Next.js 14 component library
9 lines • 360 B
JavaScript
import { __assign, __rest } from "tslib";
import Image from 'next/image';
import React from 'react';
var Logo = function (_a) {
var props = __rest(_a, []);
return React.createElement(Image, __assign({ width: "0", height: "0", sizes: "100vw", style: { width: '100px', height: 'auto' } }, props));
};
export default Logo;
//# sourceMappingURL=Logo.js.map