Sha256: d52ace3b9cdb4e1a96154326b9327711f0288f8c97fc5a3570a095453a52eca7

Contents?: true

Size: 674 Bytes

Versions: 2

Compression:

Stored size: 674 Bytes

Contents

import React from 'react';
import { GlobalProps } from '../utilities/globalProps';
declare type CaptionProps = {
    aria?: {
        [key: string]: string;
    };
    children?: React.ReactChild[] | React.ReactChild;
    className?: string;
    color?: "default" | "light" | "lighter" | "success" | "error" | "link";
    data?: {
        [key: string]: string;
    };
    id?: string;
    size?: "xs" | "sm" | "md" | "lg" | "xl";
    tag?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | "div" | "caption";
    text?: string;
    variant?: null | "link";
} & GlobalProps;
declare const Caption: (props: CaptionProps) => React.ReactElement;
export default Caption;

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