UNPKG

@elemental-design/expo-notifications

Version:
3 lines (2 loc) 191 B
import { ActionType } from './Notifications.types'; export default function createCategoryAsync(categoryId: string, actions: ActionType[], previewPlaceholder?: string | null): Promise<void>;