UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

9 lines (8 loc) 300 B
export declare function DateCell(props: { value: number | string; }): import("react/jsx-runtime").JSX.Element; export declare function DateTimeCell(props: { value: string | number | undefined | null; author?: string; onClick?: () => void; }): import("react/jsx-runtime").JSX.Element;