UNPKG

413 BJavaScriptView Raw
1/** @jsxRuntime automatic */ /** @jsxImportSource @fluentui/react-jsx-runtime */ import { jsx as _jsx } from "@fluentui/react-jsx-runtime/jsx-runtime";
2import { assertSlots } from '@fluentui/react-utilities';
3/**
4 * Define the render function.
5 * Given the state of an image, renders it.
6 */ export const renderImage_unstable = (state)=>{
7 assertSlots(state);
8 return /*#__PURE__*/ _jsx(state.root, {});
9};