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