react-native-ui-lib
Version:
[](https://stand-with-ukraine.pp.ua)
13 lines (12 loc) • 343 B
TypeScript
export declare class MultipleInstancesException extends Error {
constructor(size: number);
}
export declare class NoSelectorException extends Error {
constructor();
}
export declare class SelectorChainingException extends Error {
constructor();
}
export declare class SelectorNotFoundException extends Error {
constructor();
}