mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
10 lines
267 B
TypeScript
10 lines
267 B
TypeScript
/**
|
|
* @file
|
|
* Photopile Web Part properties interface definition
|
|
*
|
|
* Author: Olivier Carpentier
|
|
*/
|
|
import { IPhotopileWebPartWebPartProps } from './IPhotopileWebPartWebPartProps';
|
|
export interface IPhotopileWebPartProps extends IPhotopileWebPartWebPartProps {
|
|
}
|