transitionTypes.ts — react Source File
Architecture documentation for transitionTypes.ts, a typescript file in the react codebase. 0 imports, 6 dependents.
Entity Profile
Dependency Diagram
graph LR 17f774ac_71d5_1815_6a34_f58dd5c8a61b["transitionTypes.ts"] 026af77a_8146_7891_6382_db3daa921f75["AccordionWindow.tsx"] 026af77a_8146_7891_6382_db3daa921f75 --> 17f774ac_71d5_1815_6a34_f58dd5c8a61b 84f17a2e_0d58_9d14_2c35_30f086f6e436["ConfigEditor.tsx"] 84f17a2e_0d58_9d14_2c35_30f086f6e436 --> 17f774ac_71d5_1815_6a34_f58dd5c8a61b e75ba65e_505f_abf4_2928_6f0aefb2fc72["Input.tsx"] e75ba65e_505f_abf4_2928_6f0aefb2fc72 --> 17f774ac_71d5_1815_6a34_f58dd5c8a61b 034b2d8c_7261_f40f_c380_2b5db8fde033["Output.tsx"] 034b2d8c_7261_f40f_c380_2b5db8fde033 --> 17f774ac_71d5_1815_6a34_f58dd5c8a61b f0d5e809_a088_0b87_300e_fa0b251099b4["Header.tsx"] f0d5e809_a088_0b87_300e_fa0b251099b4 --> 17f774ac_71d5_1815_6a34_f58dd5c8a61b b03258e0_be86_ee60_1d40_970f96914cd3["TabbedWindow.tsx"] b03258e0_be86_ee60_1d40_970f96914cd3 --> 17f774ac_71d5_1815_6a34_f58dd5c8a61b style 17f774ac_71d5_1815_6a34_f58dd5c8a61b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
export const CONFIG_PANEL_TRANSITION = 'config-panel';
export const TOGGLE_TAB_TRANSITION = 'toggle-tab';
export const TOGGLE_INTERNALS_TRANSITION = 'toggle-internals';
export const EXPAND_ACCORDION_TRANSITION = 'open-accordion';
Domain
Imported By
- compiler/apps/playground/components/AccordionWindow.tsx
- compiler/apps/playground/components/Editor/ConfigEditor.tsx
- compiler/apps/playground/components/Header.tsx
- compiler/apps/playground/components/Editor/Input.tsx
- compiler/apps/playground/components/Editor/Output.tsx
- compiler/apps/playground/components/TabbedWindow.tsx
Source
Frequently Asked Questions
What does transitionTypes.ts do?
transitionTypes.ts is a source file in the react codebase, written in typescript. It belongs to the PlaygroundApp domain.
What files import transitionTypes.ts?
transitionTypes.ts is imported by 6 file(s): AccordionWindow.tsx, ConfigEditor.tsx, Header.tsx, Input.tsx, Output.tsx, TabbedWindow.tsx.
Where is transitionTypes.ts in the architecture?
transitionTypes.ts is located at compiler/apps/playground/lib/transitionTypes.ts (domain: PlaygroundApp, directory: compiler/apps/playground/lib).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free