createEntryLoadState(): { key: string; component: any; props: ({ id, entry }: NodeContext, { updateEntryState, removeEntries }: EntryListFunctions) => { class: string; part: string; buttonPart: string; states: ({ codes: string[]; progress: boolean; button: TemplateNode; } | { codes: string[]; button: TemplateNode; progress?: undefined; })[]; }; }
filepond/types
createEntryLoadState