diff --git a/lib/kino/table.ex b/lib/kino/table.ex index f1aec617..de9af102 100644 --- a/lib/kino/table.ex +++ b/lib/kino/table.ex @@ -22,7 +22,7 @@ defmodule Kino.Table do @type column :: %{ :key => term(), :label => String.t(), - optional(:type) => String.t(), + optional(:type) => type(), optional(:summary) => %{String.t() => String.t()} }