lndsld

Home > @lndsld/react-hooks > UserSelectType

UserSelectType type

Available values for user-select property

Signature:

export declare type UserSelectType = 'none' | 'auto' | 'text' | 'contain' | 'all';