Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface IFilterProps

    interface IFilterProps {
        attributeId: string;
        domRef: (ref: HTMLElement) => void;
        filter: any;
        onSetFilter: (attributeId: string, value: any) => void;
        t: any;
    }
    Index

    Properties

    attributeId: string
    domRef: (ref: HTMLElement) => void
    filter: any
    onSetFilter: (attributeId: string, value: any) => void
    t: any