UNPKG
@sproott/sveltekit-superforms
Version:
latest (2.27.1-next)
2.27.1-next
Making SvelteKit forms a pleasure to use!
superforms.rocks
@sproott/sveltekit-superforms
/
dist
/
client
/
flash.d.ts
4 lines
(3 loc)
•
288 B
TypeScript
View Raw
1
2
3
4
import
type
{
FormOptions
}
from
'./superForm.js'
;
export
declare
function
cancelFlash<T
extends
Record
<
string
,
unknown
>, M>(
options
:
FormOptions
<T, M>):
void
;
export
declare
function
shouldSyncFlash<T
extends
Record
<
string
,
unknown
>, M>(
options
:
FormOptions
<T, M>):
boolean
|
undefined
;