UNPKG

302 BTypeScriptView Raw
1export declare abstract class FramerHelper {
2 private static _nextId;
3 /**
4 * A unique framer id for this this.
5 */
6 framerHelperId: number;
7 /**
8 * A unique identifier string for this framer helper instance.
9 */
10 readonly framerHelperIdent: string;
11 constructor();
12}