UNPKG

@spaced-out/ui-design-system

Version:
175 lines 4.49 kB
import * as React from 'react'; import type { FocusManagerWithArrowKeyNavigationProps } from './'; declare const _default: { tags: string[]; title: string; component: (props: FocusManagerWithArrowKeyNavigationProps) => React.JSX.Element; argTypes: { classNames: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; children: { description: string; table: { type: { summary: string; }; }; }; initialFocus: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; returnFocus: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; modal: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; guards: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; cols: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; orientation: { options: string[]; description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; loop: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; listReference: { description: string; }; focusItemOnOpen: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; }; parameters: { docs: { subtitle: string; description: { component: string; }; }; storySource: { componentPath: string; }; }; }; export default _default; export declare const _FocusManagerWithGridNavigation: { (args: FocusManagerWithArrowKeyNavigationProps): React.JSX.Element; args: { loop: boolean; focusItemOnOpen: string; }; }; export declare const _FocusManagerWithGridNavigationHavingEmptyElements: () => React.JSX.Element; export declare const _FocusManagerWithListNavigation: () => React.JSX.Element; export declare const _FocusManagerWithGridNavigationUsingListReference: { (args: FocusManagerWithArrowKeyNavigationProps): React.JSX.Element; args: { loop: boolean; focusItemOnOpen: string; self: boolean; passListReference: boolean; }; }; //# sourceMappingURL=FocusManagerWithArrowKeyNavigation.stories.d.ts.map