FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
types
/
components
/
ui
/
divider
Edit File: sc-divider.d.ts
/** * @part base - The elements base wrapper. * @part line-container - The line container. * @part line - The line. * @part text-container - The text container. * @part text - The text. */ export declare class ScDivider { render(): any; }
Save
Back