UNPKG

177 BTypeScriptView Raw
1export type CurriedComponent = 0;
2export type CurriedHelper = 1;
3export type CurriedModifier = 2;
4
5export type CurriedType = CurriedComponent | CurriedHelper | CurriedModifier;