DocumentationLink
interface DocumentationLink {
readonly uri: string
}
Represents a link to documentation for a component. uri
should be a valid URI (e.g.
https://www.figma.com
).
interface DocumentationLink {
readonly uri: string
}
Represents a link to documentation for a component. uri
should be a valid URI (e.g.
https://www.figma.com
).