sp-dev-fx-webparts/samples/jquery-photopile/lib/webparts/photopileWebPart/IPhotopileWebPartProps.d.ts

10 lines
267 B
TypeScript

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