Nude Element API Docs - v0.1.3
    Preparing search index...
    defaultRoles: {
        button: string;
        input: {
            "[type=button], [type=submit], [type=reset]": string;
            "[type=checkbox]": string;
            "[type=checkbox][switch]": string;
            "[type=number]": string;
            "[type=radio]": string;
            "[type=range]": string;
            [key: number]: string;
        };
        optgroup: string;
        option: string;
        select: { "[size]:not([size='1'])": string; [key: number]: string };
        textarea: string;
    } = ...

    Type Declaration

    • button: string
    • input: {
          "[type=button], [type=submit], [type=reset]": string;
          "[type=checkbox]": string;
          "[type=checkbox][switch]": string;
          "[type=number]": string;
          "[type=radio]": string;
          "[type=range]": string;
          [key: number]: string;
      }
    • optgroup: string
    • option: string
    • select: { "[size]:not([size='1'])": string; [key: number]: string }
    • textarea: string