UNPKG

@paperbits/common

Version:
14 lines (13 loc) 225 B
/** * A hint that is shown to the user in certain context. */ export interface Hint { /** * Unique hint identifier. */ key: string; /** * HTML content. */ content: string; }