UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Microsoft 365.

26 lines 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // Temporary import file to experiment with next version of foundation. var composed_1 = require("@uifabric/foundation/lib-commonjs/next/composed"); var Button_state_1 = require("./Button.state"); var Button_styles_1 = require("./Button.styles"); var Button_view_1 = require("./Button.view"); /* eslint-disable deprecation/deprecation */ /** * @deprecated This component was experimental and is not longer being developed on, nor will it be supported in the * future. */ exports.Button = composed_1.composed({ displayName: 'Button', slots: Button_view_1.ButtonSlots, state: Button_state_1.useButtonState, styles: Button_styles_1.ButtonStyles, tokens: Button_styles_1.ButtonTokens, view: Button_view_1.ButtonView, }); /** * @deprecated This component was experimental and is not longer being developed on, nor will it be supported in the * future. */ exports.default = exports.Button; //# sourceMappingURL=Button.js.map