MCPcopy Create free account
hub / github.com/c19354837/react-native-system-setting / EmitterSubscription

Interface EmitterSubscription

SystemSetting.d.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export {};
2
3interface EmitterSubscription {
4 remove: () => void;
5}
6
7type CompleteFunc = () => void
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected