UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Microsoft 365.

23 lines 1.03 kB
define(["require", "exports", "@uifabric/foundation/lib/next/composed", "./Button.state", "./Button.styles", "./Button.view"], function (require, exports, composed_1, Button_state_1, Button_styles_1, Button_view_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* 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