UNPKG

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