Lilact
    Preparing search index...

    Variable isValidElementConst

    isValidElement: (value: any) => boolean = isValidComponent

    Checks whether a value is a Lilact component. It is the same as isValidComponent.

    Type Declaration

      • (value: any): boolean
      • Checks whether a value is a Lilact component.

        Parameters

        • value: any

          Value to inspect.

        Returns boolean

        True if the value is a class component; otherwise false.

    Value to inspect.

    True if the value is a class component; otherwise false.