UNPKG

bitmovin-player-ui

Version:
5 lines (4 loc) 133 B
/** * Prefixes any CSS Class or ID with the configured prefix. */ export declare function prefixCss(cssClassOrId: string): string;