Type Alias SelectType

SelectType: React.FC<React.PropsWithChildren<SelectProps>> & {
    Looks: typeof Looks;
}