@airplane/views
Version:
A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.
14 lines (13 loc) • 642 B
TypeScript
import { RunnableErrorNotificationProps as Props } from "./showRunnableErrorNotification";
declare const _default: {
title: string;
parameters: {
chromatic: {
delay: number;
};
};
};
export default _default;
export declare const Task: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Props>;
export declare const Session: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Props>;
export declare const WithSlug: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Props>;