@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
11 lines (10 loc) • 484 B
TypeScript
import type { AnchorCssVariables, AnchorFactory, AnchorProps, AnchorStylesNames, AnchorVariant } from './Anchor';
export { Anchor } from './Anchor';
export type { AnchorProps, AnchorStylesNames, AnchorCssVariables, AnchorFactory, AnchorVariant, } from './Anchor';
export declare namespace Anchor {
type Props = AnchorProps;
type StylesNames = AnchorStylesNames;
type CssVariables = AnchorCssVariables;
type Factory = AnchorFactory;
type Variant = AnchorVariant;
}