UNPKG

@astrojs/markdoc

Version:
9 lines (8 loc) 202 B
/** * @param {String} style * @param {Object} [options] * @return {Object[]} * @throws {TypeError} * @throws {Error} */ export declare function parseInlineStyles(style: any, options: any): any[];