From 94324bb3b399e5f084bb2e012dcf2efc39d7c508 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Mon, 23 Oct 2023 06:30:02 +0000 Subject: [PATCH] bin/tapioca dsl -e=test --- sorbet/rbi/dsl/tailwind/speech_bubble_component.rbi | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sorbet/rbi/dsl/tailwind/speech_bubble_component.rbi 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