interface FilterSearchProps

Properties

optional
size: "sm" | "md"

Size variant

optional
width:
"auto"
| "sm"
| "md"
| "lg"
| "full"

Width

optional
class: string

Usage

import { type FilterSearchProps } from ".";