Sha256: 192a7ce1a453e4fe15acde2eac779e6dc2cff3081f9c7572293c26e270f75587

Contents?: true

Size: 609 Bytes

Versions: 2

Compression:

Stored size: 609 Bytes

Contents

import { GlobalProps } from '../utilities/globalProps';
declare type UserProps = {
    align?: "left" | "center" | "right";
    aria?: {
        [key: string]: string;
    };
    avatar?: boolean;
    avatarUrl?: string;
    className?: string;
    dark?: boolean;
    data?: {
        [key: string]: string;
    };
    id?: string;
    name?: string;
    orientation?: "horizontal" | "vertical";
    size?: "sm" | "md" | "lg";
    subtitle?: string | Array<Node> | Node;
    territory?: string;
    title?: string;
} & GlobalProps;
declare const User: (props: UserProps) => JSX.Element;
export default User;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1609 app/pb_kits/playbook/pb_user/_user.d.ts
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1608 app/pb_kits/playbook/pb_user/_user.d.ts