mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-07-27 08:51:22 +08:00
[ui] make disabled color more consistent
This commit is contained in:
@@ -6,6 +6,7 @@ import { trpc } from '~/utils/trpc';
|
||||
|
||||
type Props = Readonly<{
|
||||
disabled?: boolean;
|
||||
errorMessage?: string;
|
||||
isLabelHidden?: boolean;
|
||||
onSelect: (option: TypeaheadOption) => void;
|
||||
placeHolder?: string;
|
||||
|
||||
Reference in New Issue
Block a user