@duell10111/apple-targets
Version:
Generate Apple Targets with Expo Prebuild
12 lines (11 loc) • 337 B
TypeScript
import { ConfigPlugin } from "expo/config-plugins";
export declare const withIosColorset: ConfigPlugin<{
cwd: string;
name: string;
color: string;
darkColor?: string;
}>;
export declare function setColorAsync({ color, darkColor }: {
color: string;
darkColor?: string;
}, colorsetFilePath: string): Promise<void>;