Hierarchy

  • FilterProps

Properties

buttonText?: string[]
filterKeys: {
    [key: string]: boolean;
}

Type declaration

  • [key: string]: boolean
flipFilter: (() => void)

Type declaration

    • (): void
    • Returns void

initialFlip?: boolean
setFilter: ((filter: string) => void)

Type declaration

    • (filter: string): void
    • Parameters

      • filter: string

      Returns void

title?: string

Generated using TypeDoc