UNPKG

ui-lit

Version:

UI Elements on LIT

8 lines (7 loc) 205 B
export declare type TLinkTartget = "_blank" | "_parent" | "_self" | "_top"; export interface ILinkProps { href?: string; rel?: string; target?: TLinkTartget; underlined?: boolean; }