blob: 7dd1476b28ea08ab079a49317550c2867a3a85fc (
plain)
1
2
3
4
5
6
7
8
9
10
|
// ==========================================================================
// Plyr states
// ==========================================================================
export const pip = {
active: 'picture-in-picture',
inactive: 'inline',
};
export default { pip };
|