Sha256: daed13d2d58c4e0e880d7d00c662c00ce078f80aa6d75bf93278b22c2fb4f3e9
Contents?: true
Size: 376 Bytes
Versions: 4
Compression:
Stored size: 376 Bytes
Contents
export type CBOptions = { /** * a unique class name for the checkbox to find the input */ className?: string; /** * class name to add if checkbox is checked and remove otherwise */ checkedClassNames?: string[]; /** * class name to add if checkbox was not checked and remove otherwise */ uncheckedClassNames?: string[]; };
Version data entries
4 entries across 2 versions & 1 rubygems