mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
chore: use sveld to generate types, component docs
This commit is contained in:
parent
75d4b4cf03
commit
380a780b65
15 changed files with 13298 additions and 4888 deletions
2
types/Grid/Row.d.ts
vendored
2
types/Grid/Row.d.ts
vendored
|
@ -42,7 +42,7 @@ export interface RowProps {
|
|||
export default class Row {
|
||||
$$prop_def: RowProps;
|
||||
$$slot_def: {
|
||||
default: { props?: { class: string } };
|
||||
default: { props?: { class: string; [key: string]: any } };
|
||||
};
|
||||
|
||||
$on(eventname: string, cb: (event: Event) => void): () => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue