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