/** * Defines the stringed names for all of the default table components. Keeping here in constants as * a centralized place for easy edit/access */ export declare enum DefaultTableComponents { global = "nacho-table-global", header = "nacho-table-header", body = "nacho-table-body", row = "nacho-table-row", footer = "nacho-table-footer", title = "nacho-table-title-cell", cell = "nacho-table-cell" } /** * Defines the stringed names for all of the default nacho table component classes. */ export declare enum DefaultTableClasses { container = "nacho-table__container", global = "nacho-table__global", header = "nacho-table__header", title = "nacho-table__title", body = "nacho-table__body", row = "nacho-table__row", cell = "nacho-table__cell", footer = "nacho-tabe__footer" }