Sha256: d90c3c900c64b595f8e4da181a5864d49bea4149615d0f3b8606f22838192034

Contents?: true

Size: 535 Bytes

Versions: 2

Compression:

Stored size: 535 Bytes

Contents

import React from 'react';
declare type SectionSeparatorProps = {
    aria?: {
        [key: string]: string;
    };
    children?: React.ReactChild[] | React.ReactChild;
    className?: string;
    dark?: boolean;
    data?: {
        [key: string]: string;
    };
    id?: string;
    lineStyle?: "solid" | "dashed";
    orientation?: "horizontal" | "vertical";
    text?: string;
    variant?: "card" | "background";
};
declare const SectionSeparator: (props: SectionSeparatorProps) => JSX.Element;
export default SectionSeparator;

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