UNPKG

@findnlink/neuro-ui

Version:
4 lines (3 loc) 166 B
/// <reference types="react" /> import { TextProps } from './Text.types'; export declare const Text: ({ children, href, align, ...props }: TextProps) => JSX.Element;