index.d-3adcfc00.d.ts 294 B

12345678910111213
  1. declare global {
  2. interface SymbolConstructor {
  3. readonly observable: symbol;
  4. }
  5. }
  6. type StoryId = string;
  7. type ComponentTitle = string;
  8. type StoryName = string;
  9. /** @deprecated */
  10. type StoryKind = ComponentTitle;
  11. export { ComponentTitle as C, StoryKind as S, StoryName as a, StoryId as b };