UNPKG

@hubee/hubee-ui-table

Version:

Hubee UI Table é uma biblioteca que faz abstração da implementação de data tables para o React

9 lines (8 loc) 299 B
export default class EventKey { private static baseKey; static selectedRowsEvent: string; static searchModelRequestEvent: string; static navigateBetweenRowWasChangedEvent: string; static rowNavigateWasDeletedEvent: string; static loadOnDemandFinishedEvent: string; }