import * as React from "react"; import { Option } from "$lib-core-types"; let index = 0; export const options: Option[] = [ { id: "test-id", label: "Root option", subOptions: [ { id: "custom-option", label: "Search text", renderChildren: onSelect => (