Sha256: b285d534ec44f8a5009c0fc94d232a7c24e4217f0b8a8f9df4e7efc3d2e36506

Contents?: true

Size: 786 Bytes

Versions: 2

Compression:

Stored size: 786 Bytes

Contents

import React from 'react';
import { GlobalProps } from '../utilities/globalProps';
declare type BodyProps = {
    aria?: {
        [key: string]: string;
    };
    className?: string;
    children?: React.ReactChild[] | React.ReactChild;
    color?: 'default' | 'light' | 'lighter' | 'link' | 'error' | 'success';
    dark?: boolean;
    data?: {
        [key: string]: string;
    };
    highlightedText?: string[];
    highlighting?: boolean;
    id?: string;
    status?: 'neutral' | 'negative' | 'positive';
    tag?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span' | 'div';
    text?: string;
    truncate?: null | '1' | '2' | '3' | '4' | '5';
    variant?: null | 'link';
} & GlobalProps;
declare const Body: (props: BodyProps) => React.ReactElement;
export default Body;

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_body/_body.d.ts
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1608 app/pb_kits/playbook/pb_body/_body.d.ts