@stratio/egeo
Version:
19 lines (18 loc) • 312 B
TypeScript
/**
* @description {Component} [Table Cell]
*
* This component is designed to be added to the table row component
*
* @example
*
* {html}
*
* ```
* <td st-table-cell st-table-row-content>
* <!-- CELL CONTENT WILL BE HERE -->
* </td>
* ```
*
*/
export declare class StTableCellComponent {
}