Update CascadeSelect.d.ts

pull/6537/head
tugcekucukoglu 2024-10-04 17:13:47 +03:00
parent 2b1611d69b
commit 0a48dc6968
1 changed files with 5 additions and 0 deletions

View File

@ -291,6 +291,11 @@ export interface CascadeSelectProps {
* Default text to display when no option is selected. * Default text to display when no option is selected.
*/ */
placeholder?: string | undefined; placeholder?: string | undefined;
/**
* The breakpoint to define the maximum width boundary.
* @defaultValue 960px
*/
breakpoint?: string | undefined;
/** /**
* When present, it specifies that the component should have invalid state style. * When present, it specifies that the component should have invalid state style.
* @defaultValue false * @defaultValue false