mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-02 09:49:11 +00:00
Linter Missing semicolon
This commit is contained in:
parent
777fe326e1
commit
18fb7cdbda
@ -9,5 +9,5 @@ export interface IDirectoryProps {
|
|||||||
searchProps?: string;
|
searchProps?: string;
|
||||||
clearTextSearchProps?: string;
|
clearTextSearchProps?: string;
|
||||||
pageSize?: number;
|
pageSize?: number;
|
||||||
useSpaceBetween?:boolean
|
useSpaceBetween?:boolean;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user