UNPKG

ideaz-element

Version:

<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>

17 lines (16 loc) 300 B
interface Props { alias?: { label?: string; value?: string; disabled?: string; }; [key: string]: any; } export declare const setFormAlias: (props: Props) => { keys: { label: string; value: string; disabled: string; }; }; export {};