@sap-ux/ui-components
Version:
SAP UI Components Library
24 lines • 821 B
TypeScript
import React from 'react';
import type { IFocusZoneProps } from '@fluentui/react';
export { FocusZoneDirection as UIFocusZoneDirection, FocusZoneTabbableElements as UIFocusZoneTabbableElements, type IFocusZoneProps as UIFocusZoneProps, type IFocusZone } from '@fluentui/react';
/**
* UIFocusZone component
* based on https://developer.microsoft.com/en-us/fluentui#/controls/web/focuszone
*
* @exports
* @class UIFocusZone
* @extends {React.Component<IFocusZoneProps, {}>}
*/
export declare class UIFocusZone extends React.Component<IFocusZoneProps, {}> {
/**
* Initializes component properties.
*
* @param {IFocusZoneProps} props
*/
constructor(props: IFocusZoneProps);
/**
* @returns {JSX.Element}
*/
render(): JSX.Element;
}
//# sourceMappingURL=UIFocusZone.d.ts.map