Packages

Helper module to generate form elements with DaisyUI

Current section

Files

Jump to
daisyui_forms lib storage_behaviour.ex
Raw

lib/storage_behaviour.ex

defmodule DaisyUIForms.StorageBehaviour do
@doc """
Generate a signed URL to be used as previous value when a file
input component is used
"""
@callback get_signed_url(value_stored :: String.t()) :: String.t()
end