Urara-Blog/node_modules/.pnpm-store/v3/files/32/ba923b5a13ea2df847ecc17b99a5fde304f1e9f57c93136413c301612353613188beee481ed076042b24abb4b93aabdc8ec75f944985c2580eca86f78e2108
2022-08-14 01:14:53 +08:00

10 lines
373 B
Text

import { FullIconCustomisations } from './index.js';
/**
* Compare sets of cusotmisations, return false if they are different, true if the same
*
* If dimensions are derived from props1 or props2, do not compare them.
*/
declare function compare(item1: FullIconCustomisations, item2: FullIconCustomisations, compareDimensions?: boolean): boolean;
export { compare };