@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
8 lines (7 loc) • 346 B
TypeScript
import type { Generic } from 'adopted-style-sheets';
import type { AlignPropType } from './align';
export type TooltipAlignPropType = AlignPropType;
export type PropTooltipAlign = {
tooltipAlign: TooltipAlignPropType;
};
export declare const validateTooltipAlign: (component: Generic.Element.Component, value?: TooltipAlignPropType) => void;