Skip to content

Commit 9853c00

Browse files
committed
feat: 更新api
1 parent 6c26472 commit 9853c00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/api.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ export let FlexGrow: FunctionComponent<FlexGrowProps>
154154
export let MainPortal: FunctionComponent<MainPortalProps>
155155

156156
export let rss: { [key: string]: string }
157-
export let checkableButtonStyles: { [key: string]: string }
158157

159158
export let materialSymbol: (icon: string, options?: MaterialSymbolOptions) => FunctionComponent<any>
160159
export let sleep: (time: number) => FunctionComponent<any>
@@ -259,7 +258,6 @@ export function loadApi() {
259258
MainPortal = api.components.dev.MainPortal
260259

261260
rss = api.styles.rss
262-
checkableButtonStyles = api.styles.checkableButtonStyles
263261

264262
materialSymbol = api.utils.materialSymbol
265263
sleep = api.utils.sleep

0 commit comments

Comments
 (0)