added the staticProp property for the Modal component to work correctly

This commit is contained in:
Leonid 2021-08-22 10:59:05 +03:00
commit 4c2aa84310
2 changed files with 10 additions and 0 deletions

View file

@ -70,6 +70,12 @@ export interface DatePickerProps
* @default "ccs-" + Math.random().toString(36)
*/
id?: string;
/**
* Set to true for correct using in Modal
* @default false
*/
staticProp?: boolean;
}
export default class DatePicker extends SvelteComponentTyped<