Function: Gate()
export function Gate({
name,
flow,
check,
sync,
fallback,
loading,
onAccess,
children,
}: GateProps)Defined in: components/Gate.tsx:59
Parameters
__namedParameters
Returns
Element
export function Gate({
name,
flow,
check,
sync,
fallback,
loading,
onAccess,
children,
}: GateProps)Defined in: components/Gate.tsx:59
Element