Docs Quickstart Figma Flowbite
1.3.0
Getting started
Customize
Components
API Reference NEW
common / TypeAlias

Combination

Generic types:T U TOut

Type describing all the combinations possible between two types.

Presentation

type Combination = {
  [K1 in T]: {
    [K2 in U]: TOut;
  };
};
Flowbite

© 2019-2024 Flowbite™ is a registered trademark. All Rights Reserved.