@spaced-out/ui-design-system
Version:
Sense UI components library
83 lines • 2 kB
TypeScript
import * as React from 'react';
import type { PageTitleProps } from './PageTitle';
declare const _default: {
tags: string[];
title: string;
argTypes: {
pageNameKey: {
options: string[];
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
classNames: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
showBackButton: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
onBack: {
description: string;
action: string;
table: {
type: {
summary: string;
};
};
};
};
parameters: {
docs: {
subtitle: string;
description: {
component: string;
};
};
storySource: {
componentPath: string;
};
};
};
export default _default;
export declare const _PageTitle: {
(args: PageTitleProps): React.JSX.Element;
args: {
pageNameKey: string;
};
};
export declare const _PageTitleWithTabs: {
(args: PageTitleProps): React.JSX.Element;
args: {
pageNameKey: string;
};
};
export declare const _CustomPageName: (_args: PageTitleProps) => React.JSX.Element;
//# sourceMappingURL=PageTitle.stories.d.ts.map