Source

cells/RangeCell.doc.ts

/**
 * Cell containing a range ({@link https://flowbite-svelte.com/docs/forms/range}) component. 
 * @typedef {object} RangeCell
 * @property {number} min - Passed through.
 * @property {number} max - Passed through.
 */