UNPKG
@tachybase/plugin-block-step-form
Version:
alpha (1.2.16-alpha.5)
latest (1.6.6)
1.6.6
1.6.5
1.6.4
1.6.3
1.6.1
1.6.0
1.5.1
1.5.0
1.4.0
1.3.25
1.3.24
1.3.23
1.3.22
1.3.21
1.3.20
1.3.19
1.3.18
1.3.17
1.3.16
1.3.15
1.3.14
1.3.13
1.3.12
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.2
1.3.1
1.3.0
1.2.16-alpha.5
1.2.16-alpha.3
1.2.16-alpha.2
1.2.16-alpha.1
1.2.16-alpha.0
1.2.15
1.2.14
1.2.13
1.2.12
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.0
1.1.33
1.1.32
1.1.31
1.1.28
1.1.27
1.1.25
1.1.24
1.1.23
1.1.22
1.1.21
1.1.20
1.1.19
1.1.16
1.1.15
1.1.14
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.2
1.1.1
1.1.0
1.0.7
Provides Step form card.
@tachybase/plugin-block-step-form
/
dist
/
client
/
plugin.d.ts
6 lines
(5 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Plugin
}
from
'@tachybase/client'
;
declare
class
PluginBlockStepFormClient
extends
Plugin
{
load
():
Promise
<
void
>; }
export
default
PluginBlockStepFormClient
;