UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

4 lines 223 B
import { IMinTeachBubble } from "./IMinTeachBubble"; export type ITeachGroups = 'MainPivot' | 'Contacts' | 'Site'; export declare const AllTeachBubbles: IMinTeachBubble[]; //# sourceMappingURL=SampleTeachBubbles.d.ts.map