@uifabric/experiments
Version:
Experimental React components for building experiences for Microsoft 365.
13 lines (12 loc) • 462 B
TypeScript
import * as React from 'react';
import { IActionableProps } from './Actionable.types';
/**
* @deprecated This component was experimental and is not longer being developed on, nor will it be supported in the
* future.
*/
export declare const Actionable: React.FunctionComponent<IActionableProps>;
/**
* @deprecated This component was experimental and is not longer being developed on, nor will it be supported in the
* future.
*/
export default Actionable;