UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

13 lines 428 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Panel = void 0; var Utilities_1 = require("../../Utilities"); var Panel_base_1 = require("./Panel.base"); var Panel_styles_1 = require("./Panel.styles"); /** * Panel description */ exports.Panel = (0, Utilities_1.styled)(Panel_base_1.PanelBase, Panel_styles_1.getStyles, undefined, { scope: 'Panel', }); //# sourceMappingURL=Panel.js.map