UNPKG

@athosws/react-components

Version:

This is a set of useful ReactJS components developed by Athos.\n Email:ladiesman217.as@gmail.com

9 lines (7 loc) 164 B
export type IcolumnsShort<T> = { [key in keyof T]: boolean; }; export interface CustomStatesState { totalItems: number; columnsShort?: IcolumnsShort<any>; }