UNPKG

@typeform/embed

Version:

**Typeform/embed** is the core embed library that lets you embed typeforms to your website using vanilla JavaScript.

11 lines (10 loc) 239 B
/** * @copyright @sindresorhus * @Github https://github.com/sindresorhus/hex-rgb * @NPM: https://www.npmjs.com/package/hex-rgb */ export declare const hexRgb: (hex: string) => { red: number; green: number; blue: number; };