UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

7 lines (6 loc) 163 B
export declare enum PageTableViewTypeE { Table = "table", List = "list", Cards = "cards" } export type PageTableViewType = 'table' | 'list' | 'cards';