/** * Provides settings of the `zebra`-widget. */ export interface ZebraOptions { /** * The classes to add to even and odd rows. */ zebra?: [string, string] | undefined; }