v3/src/design-system/atoms/typography/BUILD.bazel

11 lines
258 B
Text

load("//hack/bazel/js:react.bzl", "react_library")
package(default_visibility = ["//visibility:public"])
react_library(
name = "typography",
deps = [
"//src/design-system/atoms/colors",
"//src/design-system/atoms/timings",
],
)