claude-web/node_modules/@primeuix/themes/dist/material/iftalabel/index.d.ts

15 lines
456 B
TypeScript
Raw Permalink Normal View History

2026-02-23 02:23:38 +00:00
import type { IftaLabelTokenSections } from '@primeuix/themes/types/iftalabel';
export * from '@primeuix/themes/types/iftalabel';
declare const root: IftaLabelTokenSections.Root;
declare const input: IftaLabelTokenSections.Input;
declare const css: IftaLabelTokenSections.CSS;
declare const _default: {
root: IftaLabelTokenSections.Root;
input: IftaLabelTokenSections.Input;
css: string;
};
export { css, _default as default, input, root };