Update Inplace.d.ts
parent
a8d890cf42
commit
4154f88513
|
@ -114,10 +114,6 @@ export interface InplaceProps {
|
||||||
* @defaultValue false
|
* @defaultValue false
|
||||||
*/
|
*/
|
||||||
disabled?: boolean | undefined;
|
disabled?: boolean | undefined;
|
||||||
/**
|
|
||||||
* Icon to display in the close button.
|
|
||||||
*/
|
|
||||||
closeIcon?: string | undefined;
|
|
||||||
/**
|
/**
|
||||||
* Used to pass all properties of the HTMLDivElement to display container.
|
* Used to pass all properties of the HTMLDivElement to display container.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue