Note this is not a complete theme hence why there are no arguments.

theme_strip()

Examples

library(ggplot2)
ggplot(cars, aes(dist, speed)) + theme_strip()