UNPKG

gather-content-ui

Version:
26 lines 942 B
export declare function StatusIndicator({ className, approved, completed, circleLarge, showDescription, collapsed, bordered, small, medium, softLabel, readOnly, row, color, preText, label, actions, description, children, labelFontSize, ...rest }: any): import("react/jsx-runtime").JSX.Element; export declare namespace StatusIndicator { var defaultProps: { className: string; children: null; actions: null; color: string; label: string; completed: boolean; showDescription: boolean; collapsed: boolean; bordered: boolean; small: boolean; medium: boolean; softLabel: boolean; description: string; preText: string; readOnly: boolean; approved: boolean; circleLarge: boolean; row: boolean; labelFontSize: string; }; } export default StatusIndicator; //# sourceMappingURL=index.d.ts.map