6 lines
357 B
TypeScript
6 lines
357 B
TypeScript
|
|
import CSSStyleDeclarationPropertyManager from '../../css/declaration/property-manager/CSSStyleDeclarationPropertyManager.js';
|
||
|
|
import ICachedResult from './ICachedResult.js';
|
||
|
|
export default interface ICachedStyleResult extends ICachedResult {
|
||
|
|
result: WeakRef<CSSStyleDeclarationPropertyManager> | null;
|
||
|
|
}
|
||
|
|
//# sourceMappingURL=ICachedStyleResult.d.ts.map
|