mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-29 01:44:54 +00:00
01452794a1
Add tooltip component Add text input component rename Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
5 lines
88 B
Clojure
5 lines
88 B
Clojure
(ns quo.spec
|
|
(:require [clojure.spec.alpha :as s]))
|
|
|
|
(s/def ::style (s/nilable map?))
|