UNPKG

@storybook/addon-ondevice-notes

Version:

Write notes for your react-native Storybook stories.

9 lines (8 loc) 264 B
import { RNAddonApi } from '../register'; export declare const PARAM_KEY = "notes"; interface NotesProps { active: boolean; api: RNAddonApi; } export declare const Notes: ({ active, api }: NotesProps) => import("react/jsx-runtime").JSX.Element; export {};