mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-07 01:09:13 +08:00
6 lines
136 B
Text
6 lines
136 B
Text
export = vendorUnprefixed;
|
|
/**
|
|
* @param {string} prop
|
|
* @return {string}
|
|
*/
|
|
declare function vendorUnprefixed(prop: string): string;
|