↓ 1 callersFunctiontemplate(
{ id, family, license, type }: Metadata,
isVariable: boolean,
existing?: ExistingData,
)
packages/cli/src/templates/package.ts:13
↓ 1 callersFunctionvariableReadme({
id,
family,
version,
weights,
styles,
subsets,
variable,
license,
}: Metadata)
packages/cli/src/templates/readme.ts:58
FunctionDropdownBase({
label,
options,
w,
noBorder,
refine,
search,
disabled,
}: DropdownBaseProps)
website/app/components/Dropdown.tsx:42
FunctionDropdownCheckbox({
label,
items,
w,
noBorder,
refine,
showCount,
search,
}: DropdownProps)
website/app/components/Dropdown.tsx:148