carbon-wrapper/src/main/ch/lyrion/carbon/secondary_button/ui_secondary_button.cljs

10 lines
297 B
Clojure

(ns ch.lyrion.carbon.secondary-button.ui-secondary-button
(:require
[ch.lyrion.carbon.factory-helpers :as h]
["carbon-components-react/lib/components/SecondaryButton/SecondaryButton.js" :default SecondaryButton]))
(def ui-secondary-button
"Props:
"
(h/factory-apply SecondaryButton))