UNPKG

hono

Version:

Web framework built on Web Standards

7 lines (6 loc) 393 B
import type { Props } from '../base'; export declare const deDupeKeyMap: Record<string, string[]>; export declare const domRenderers: Record<string, Function>; export declare const dataPrecedenceAttr = "data-precedence"; export declare const isStylesheetLinkWithPrecedence: (props: Props) => boolean; export declare const shouldDeDupeByKey: (tagName: string, supportSort: boolean) => boolean;