diff --git a/sorbet/rbi/dsl/tailwind/speech_bubble_component.rbi b/sorbet/rbi/dsl/tailwind/speech_bubble_component.rbi new file mode 100644 index 000000000..bf0a67621 --- /dev/null +++ b/sorbet/rbi/dsl/tailwind/speech_bubble_component.rbi @@ -0,0 +1,10 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Tailwind::SpeechBubbleComponent`. +# Please instead update this file by running `bin/tapioca dsl Tailwind::SpeechBubbleComponent`. + +class Tailwind::SpeechBubbleComponent + include GeneratedUrlHelpersModule + include GeneratedPathHelpersModule +end