UNPKG

react-ui-mat

Version:

- ANIMATE - BADGES ( success, danger, info, light, primary, green ) - BEHAVIOR - BUTTONS - CHECKBOX - COLLAPSE - CONTEXT PANEL - DATE PICKER - DATEPICKER - DATEUTIL - DIVIDER - DRAGABLE MODAL - INCORRECT_ENTRY - INPUT - INPUT_FIELDS - MULTISELECT - MUPLAY

9 lines (8 loc) 943 B
import { BadgeProps } from "./types"; export declare function BadgePrimary({ children, scope, outline, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element; export declare function BadgeDark({ children, scope, outline, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element; export declare function BadgeDanger({ children, scope, outline, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element; export declare function BadgeGreen({ children, scope, outline, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element; export declare function BadgeYellow({ children, scope, outline, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element; export declare function BadgeInfo({ children, scope, outline, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element; export declare function BadgeLight({ children, scope, outline, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element;