@gpa-gemstone/react-graph
Version:
Interactive UI Components for GPA products
33 lines • 2.3 kB
JavaScript
;
// ******************************************************************************************************
// Button.tsx - Gbtc
//
// Copyright © 2020, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// the NOTICE file distributed with this work for additional information regarding copyright ownership.
// The GPA licenses this file to you under the MIT License (MIT), the "License"; you may not use this
// file except in compliance with the License. You may obtain a copy of the License at:
//
// http://opensource.org/licenses/MIT
//
// Unless agreed to in writing, the subject software distributed under the License is distributed on an
// "AS-IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. Refer to the
// License for the specific language governing permissions and limitations.
//
// Code Modification History:
// ----------------------------------------------------------------------------------------------------
// 04/20/2022 - G Santos
// Generated original version of source code.
//
// ******************************************************************************************************
Object.defineProperty(exports, "__esModule", { value: true });
var React = require("react");
var Button = function (props) {
/*
Button that can be pressed.
*/
return (React.createElement(React.Fragment, null, props.children));
};
exports.default = Button;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiQnV0dG9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL0J1dHRvbi50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHlHQUF5RztBQUN6RyxxQkFBcUI7QUFDckIsRUFBRTtBQUNGLHFFQUFxRTtBQUNyRSxFQUFFO0FBQ0Ysd0dBQXdHO0FBQ3hHLHdHQUF3RztBQUN4RyxzR0FBc0c7QUFDdEcsd0ZBQXdGO0FBQ3hGLEVBQUU7QUFDRiwwQ0FBMEM7QUFDMUMsRUFBRTtBQUNGLHdHQUF3RztBQUN4Ryx3R0FBd0c7QUFDeEcsNEVBQTRFO0FBQzVFLEVBQUU7QUFDRiw4QkFBOEI7QUFDOUIsd0dBQXdHO0FBQ3hHLHlCQUF5QjtBQUN6QixtREFBbUQ7QUFDbkQsRUFBRTtBQUNGLHlHQUF5Rzs7QUFFekcsNkJBQStCO0FBTy9CLElBQU0sTUFBTSxHQUFHLFVBQUMsS0FBc0M7SUFDcEQ7O01BRUU7SUFFRCxPQUFPLENBQ04sMENBQ0csS0FBSyxDQUFDLFFBQVEsQ0FDZCxDQUNILENBQUM7QUFDTCxDQUFDLENBQUE7QUFFRCxrQkFBZSxNQUFNLENBQUMifQ==