@spaced-out/ui-design-system
Version:
Sense UI components library
103 lines • 2.45 kB
TypeScript
import * as React from 'react';
import type { FocusManagerProps } from './';
declare const _default: {
tags: string[];
title: string;
component: (props: FocusManagerProps) => 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;
};
};
};
guards: {
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;
};
};
};
};
parameters: {
docs: {
subtitle: string;
description: {
component: string;
};
};
storySource: {
componentPath: string;
};
};
};
export default _default;
export declare const _FocusManager: {
(args: FocusManagerProps): React.JSX.Element;
args: {
initialFocus: number;
};
};
//# sourceMappingURL=FocusManager.stories.d.ts.map