@sertec/button
Version:
Sfera Button Component
11 lines (10 loc) • 714 B
TypeScript
import { Border, Rotate } from '@sertec/types';
import { ReactNode } from 'react';
export declare function getBorderEnabled(border: Border, find: string): boolean;
export declare const rotate: (element: ReactNode, degrees: Rotate) => string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
export declare const COMMON_CLASSNAMES: string;
export declare const OUTLINE: {
outline: boolean;
variant: string;
className: string;
}[];