1 | import type { SharedValue } from './commonTypes';
|
2 | import type { Descriptor } from './hook/commonTypes';
|
3 | export interface ViewDescriptorsSet {
|
4 | shareableViewDescriptors: SharedValue<Descriptor[]>;
|
5 | add: (item: Descriptor) => void;
|
6 | remove: (viewTag: number) => void;
|
7 | }
|
8 | export declare function makeViewDescriptorsSet(): ViewDescriptorsSet;
|
9 | //# sourceMappingURL=ViewDescriptorsSet.d.ts.map |
\ | No newline at end of file |