1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-03 10:19:14 +00:00
Gautam Sheth be13d78abe Updated jquery-photopile to GA ()
* Updated jquery-photopile to GA

* updated typings
2017-06-12 12:26:00 +02:00

10 lines
267 B
TypeScript

/**
* @file
* Photopile Web Part properties interface definition
*
* Author: Olivier Carpentier
*/
import { IPhotopileWebPartWebPartProps } from './IPhotopileWebPartWebPartProps';
export interface IPhotopileWebPartProps extends IPhotopileWebPartWebPartProps {
}