UNPKG

@focuson/form_components

Version:

Components that can be used by @focuson/forms

7 lines (6 loc) 556 B
import { LensProps } from "@focuson/state"; import { FocusOnContext } from "@focuson/focuson"; import { HasPageSelectionLens } from "@focuson/pages"; export declare function MakeTest<S, C>({ state }: LensProps<S, any, C>): import("react/jsx-runtime").JSX.Element; export declare function AssertPages<S, C extends HasPageSelectionLens<S>>({ state }: LensProps<S, any, C>): import("react/jsx-runtime").JSX.Element; export declare function AssertState<S, C extends FocusOnContext<S>>({ state }: LensProps<S, any, C>): import("react/jsx-runtime").JSX.Element;