load("//hack/bazel/js:react.bzl", "react_library") package(default_visibility = ["//visibility:public"]) react_library( name = "picker-category", deps = [ "react-tooltip", "//src/design-system/atoms/role", "//src/design-system/atoms/typography", "//src/design-system/shared-types", ], )